mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-22 01:57:43 +00:00
11 lines
159 B
Plaintext
11 lines
159 B
Plaintext
|
# Don't follow source'd scripts
|
||
|
disable=SC1090
|
||
|
disable=SC1091
|
||
|
|
||
|
# dash supports 'local'
|
||
|
disable=SC2039
|
||
|
disable=SC3043
|
||
|
|
||
|
# dash supports 'echo -n'
|
||
|
disable=SC3037
|