Skip to content

Commit

Permalink
Update yamllint config
Browse files Browse the repository at this point in the history
  • Loading branch information
andy-slac committed Sep 14, 2023
1 parent a3427a5 commit 719673f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/rebase_checker.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
name: Check that 'main' is not merged into the development branch

on: pull_request
Expand Down
6 changes: 5 additions & 1 deletion .yamllint.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
extends: default

rules:
document-start: disable
document-start:
present: false
ignore: |
/tests/
/examples/
line-length:
max: 132
allow-non-breakable-words: true
Expand Down

0 comments on commit 719673f

Please sign in to comment.