Skip to content

Commit

Permalink
Update .yamllint.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ikostan committed Dec 15, 2024
1 parent 3440a5a commit b680cfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .yamllint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ yaml-files:

ignore:
- depricated/
- '*.codeclimate.yml'
- ./*.codeclimate.yml

rules:
anchors: enable
Expand All @@ -35,6 +35,6 @@ rules:
quoted-strings: disable
trailing-spaces:
ignore:
- '*.codeclimate.yml'
- ./.codeclimate.yml
truthy:
level: warning

0 comments on commit b680cfd

Please sign in to comment.