File: .shellcheckrc

package info (click to toggle)
debcraft 0.8.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 360 kB
  • sloc: sh: 2,081; makefile: 47
file content (5 lines) | stat: -rw-r--r-- 264 bytes parent folder | download
1
2
3
4
5
# Disable false positive that Shellcheck 0.11.0 started to fail on:
#   In src/container/debcraft-builder.sh line 46:
#      log_info "Apply patches with Quilt"
#      ^-- SC2218 (error): This function is only defined later. Move the definition up.
disable=SC2218