treefmt: exclude grafana dashboards
All checks were successful
Flake checks / Check (pull_request) Successful in 22m11s
All checks were successful
Flake checks / Check (pull_request) Successful in 22m11s
This commit is contained in:
parent
feb7475835
commit
091a68bbb7
1 changed files with 3 additions and 0 deletions
|
@ -12,6 +12,9 @@ includes = [
|
|||
"*.yaml",
|
||||
"*.md",
|
||||
]
|
||||
excludes = [
|
||||
"modules/grafana/grafana-dashboards/*"
|
||||
]
|
||||
|
||||
[formatter.shell]
|
||||
command = "shfmt"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue