21 lines
481 B
YAML
21 lines
481 B
YAML
failure-threshold: warning
|
|
|
|
ignored:
|
|
# updated nightly so this is irrelevant
|
|
- DL3039
|
|
# DL3041 warning: Specify version with `dnf install -y <package>-<version>`.
|
|
- DL3041
|
|
# DL3040 warning: `dnf clean all` missing after dnf command.
|
|
- DL3040
|
|
# SC2039 warning: In POSIX sh, brace expansion is undefined.
|
|
# it actually still works
|
|
- SC2039
|
|
|
|
no-fail: true
|
|
|
|
override:
|
|
info:
|
|
# SC3009 warning: In POSIX sh, brace expansion is undefined.
|
|
- SC3009
|
|
- DL3061
|