mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -08:00
Merge pull request #11871 from mmorel-35/patch-1
lint(yaml) : simplify ignore path for all github workflows
This commit is contained in:
commit
64842f137e
|
@ -21,8 +21,4 @@ rules:
|
||||||
line-length: disable
|
line-length: disable
|
||||||
truthy:
|
truthy:
|
||||||
ignore: |
|
ignore: |
|
||||||
.github/workflows/codeql-analysis.yml
|
.github/workflows/*.yml
|
||||||
.github/workflows/funcbench.yml
|
|
||||||
.github/workflows/fuzzing.yml
|
|
||||||
.github/workflows/prombench.yml
|
|
||||||
.github/workflows/golangci-lint.yml
|
|
||||||
|
|
Loading…
Reference in a new issue