Skip to content

Commit

Permalink
Add yamllint to suppress some messages
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeweerd committed Sep 5, 2023
1 parent e06de22 commit e199d9a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .yamllint.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
extends: default

Check warning on line 1 in .yamllint.yaml

View workflow job for this annotation

GitHub Actions / workflows / YAMLLint

missing document start "---"

rules:
line-length:
max: 300
level: warning

0 comments on commit e199d9a

Please sign in to comment.