treefmt: exclude grafana dashboards
All checks were successful
Flake checks / Check (pull_request) Successful in 22m11s

This commit is contained in:
teutat3s 2025-04-17 23:09:07 +02:00
parent feb7475835
commit 091a68bbb7
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -12,6 +12,9 @@ includes = [
"*.yaml",
"*.md",
]
excludes = [
"modules/grafana/grafana-dashboards/*"
]
[formatter.shell]
command = "shfmt"