.shellcheckrc 167 B

1234567
  1. enable=all
  2. source-path=SCRIPTDIR
  3. disable=SC2154
  4. # If you're having issues with shellcheck following source, disable the errors via:
  5. # disable=SC1090
  6. # disable=SC1091