Skip to content

Commit

Permalink
yamllintの除外設定を修正
Browse files Browse the repository at this point in the history
  • Loading branch information
rnakagawa16 committed Dec 25, 2024
1 parent 4b01d3d commit 0f2be79
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .yaml-lint.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---

ignore:
- /third-party-licenses/

yaml-files:
- '*.yaml'
- '*.yml'
- '.yamllint'

ignore:
- /third-party-licenses/

ignore-from-file: .gitignore

rules:
Expand Down

0 comments on commit 0f2be79

Please sign in to comment.