Skip to content

Commit

Permalink
Remove markdownlint rules for line length
Browse files Browse the repository at this point in the history
  • Loading branch information
EwenQuim committed Nov 29, 2024
1 parent 2da063c commit 04d1a21
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
8 changes: 1 addition & 7 deletions .markdownlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,7 @@
MD010: false

# MD013/line-length : Line length : https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md013.md
MD013:
# Applying line length to code blocks
# makes the code look worse sometimes.
code_blocks: false
# Applying line length to tables makes
# it more difficult to edit.
tables: false
MD013: false

# MD033/no-inline-html : Inline HTML : https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md033.md
#
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ See the [contributing guide](CONTRIBUTING.md).
Thanks to [everyone who has contributed][contributors-url] to this project! ❤️

<a href="https://github.com/go-fuego/fuego/graphs/contributors">
<img src="https://contrib.rocks/image?repo=go-fuego/fuego" />
<img src="https://contrib.rocks/image?repo=go-fuego/fuego" alt="Graph of contributors" />
</a>

<small>Made with [contrib.rocks](https://contrib.rocks)</small>
Expand Down
1 change: 0 additions & 1 deletion documentation/docs/guides/controllers.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

Controllers are the main way to interact with the application. They are responsible for handling the requests and responses.


## Controller types

### Returning JSON
Expand Down

0 comments on commit 04d1a21

Please sign in to comment.