File: .shellcheckrc

package info (click to toggle)
mesa 26.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 325,884 kB
  • sloc: ansic: 2,260,508; xml: 1,035,283; cpp: 528,036; python: 83,447; asm: 40,568; yacc: 12,040; lisp: 3,663; lex: 3,461; sh: 1,035; makefile: 224
file content (10 lines) | stat: -rw-r--r-- 297 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
# Allow using `source` to execute the contents of other files than the one
# being checked.
external-sources=true

# Do not print links to wiki pages explaining why this is an issue.
wiki-link-count=0

# All shell scripts are being run using bash, even if they are lacking
# a shebang.
shell=bash