archpkgs/meshlab/.shellcheckrc
Gabriel Ebner 1f05f8f9c0 git subrepo clone https://aur.archlinux.org/meshlab
subrepo:
  subdir:   "meshlab"
  merged:   "409d551"
upstream:
  origin:   "https://aur.archlinux.org/meshlab"
  branch:   "master"
  commit:   "409d551"
git-subrepo:
  version:  "0.4.1"
  origin:   "???"
  commit:   "???"
2020-12-26 19:09:30 +01:00

8 lines
161 B
Plaintext

# allow unsafe `cd `
disable=SC2164
# allow unused variable (pkgname,pkgver etc.)
disable=SC2034
# allow uninitialized variable (srcdir,pkgdir)
disable=SC2154