Skip to content

Commit

Permalink
Make yamllint stricter
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrus-and committed Jul 20, 2024
1 parent cb36cd8 commit 19d37ab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions linter/linter.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
indentation:
spaces: 2
check-multi-line-strings: true
brackets:
forbid: true
braces:
forbid: true
'''


Expand Down

0 comments on commit 19d37ab

Please sign in to comment.