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 0f2be79 commit d030f0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 1 addition & 4 deletions .yaml-lint.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
---

ignore:
- /third-party-licenses/

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

ignore-from-file: .gitignore
ignore-from-file: [.gitignore, .yamlignore]

rules:
braces: enable
Expand Down
1 change: 1 addition & 0 deletions .yamlignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/third-party-licenses/

0 comments on commit d030f0a

Please sign in to comment.