Skip to content

Commit

Permalink
disable yamllint line length rule
Browse files Browse the repository at this point in the history
  • Loading branch information
EPMatt committed Mar 5, 2021
1 parent 024111f commit 2f92b4c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .yamllint
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
extends: default
rules:
document-start: disable
line-length:
max: 200
allow-non-breakable-words: true
allow-non-breakable-inline-mappings: true
line-length: disable
ignore: |
/node_modules/

0 comments on commit 2f92b4c

Please sign in to comment.