File: .shellcheckrc

package info (click to toggle)
initramfs-tools 0.150
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 672 kB
  • sloc: sh: 2,300; ansic: 457; python: 189; makefile: 24
file content (12 lines) | stat: -rw-r--r-- 365 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
# SC1090: Can't follow non-constant source. Use a directive to specify location
# https://www.shellcheck.net/wiki/SC1090
disable=SC1090

# SC1091: Not following <file>
# https://www.shellcheck.net/wiki/SC1091
disable=SC1091

# SC3043: In POSIX sh, local is undefined
# https://www.shellcheck.net/wiki/SC3043
# ...but dash and BusyBox ash support it.
disable=SC3043