mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-16 05:10:40 +01:00
Also now permit interactivly running tests without explicitly setting $srcdir. This now works if we are inside ./tests and fails, as before, when we are in a different directory. Detected by shellcheck via CodeFactor.io
13 lines
406 B
YAML
13 lines
406 B
YAML
ignored:
|
|
- SC2181 # we need support for old Solaris 10
|
|
- SC2016 # shellcheck does not properly understand our intent, the issue
|
|
# is raised e.g. here in config file creation:
|
|
# binary="'$RSYSLOG_DYNNAME'.omprog-restart-terminated-bin.sh"
|
|
# we cannot explicitely permit this on each occurence.
|
|
|
|
# things we do not (currently) care about
|
|
- SC2046
|
|
- SC2086
|
|
- SC2155
|
|
- SC2164
|