Skip to content

Commit

Permalink
ci: ignore bundle/ and line-length for generated files
Browse files Browse the repository at this point in the history
Signed-off-by: Niels de Vos <[email protected]>
  • Loading branch information
nixpanic authored and mergify[bot] committed Jun 16, 2023
1 parent 4fbbb8f commit 44ba223
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .yamllint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,21 @@ extends: default

ignore:
- .git/
# bundle/ contains generated contents
- bundle/
# vendor/ are maintained elsewhere
- vendor/

rules:
document-start:
ignore:
- config/manager/
- deploy/
indentation:
ignore:
- config/
- deploy/
line-length:
ignore:
- config/
- deploy/

0 comments on commit 44ba223

Please sign in to comment.