Skip to content

Commit

Permalink
Update YAML linting rules
Browse files Browse the repository at this point in the history
  • Loading branch information
Flagro committed Mar 2, 2024
1 parent 3778a27 commit dfcfed9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:

- name: Lint YAML files
run: |
yamllint -d "{extends: default, rules: {line-length: {max: 127}}}" .
yamllint .
3 changes: 3 additions & 0 deletions .yamllint
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
extends: default

rules:
line-length:
max: 127
allow-non-breakable-inline-mappings: true
document-start:
present: false
braces:
Expand Down

0 comments on commit dfcfed9

Please sign in to comment.