Skip to content

Commit

Permalink
exclude pnpm-lock.yaml from yamllint
Browse files Browse the repository at this point in the history
  • Loading branch information
jiridanek committed Oct 28, 2024
1 parent 806e92f commit 4e7cb7d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ci/yamllint-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,8 @@ rules:
line-length: disable
new-line-at-end-of-file:
level: warning

document-start:
ignore:
# generated file
- 'pnpm-lock.yaml'

0 comments on commit 4e7cb7d

Please sign in to comment.