Skip to content

Commit

Permalink
update linting rules to reduce warnings (#315)
Browse files Browse the repository at this point in the history
  • Loading branch information
strangiato authored Jul 19, 2024
1 parent fa49a73 commit 31a360d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .yamllint
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
extends: default

ignore:
- "**/charts/*" # ignore locally rendered helm charts

rules:
braces:
ignore: /grafana-operator/base/instance/grafana.yaml
Expand All @@ -10,3 +13,5 @@ rules:
truthy:
ignore: .github/workflows/
comments-indentation: disable
comments:
min-spaces-from-content: 1

0 comments on commit 31a360d

Please sign in to comment.