summarylogtreecommitdiffstats
path: root/.shellcheckrc
blob: 7065bcbf0fb41b019304c800ab20276097d14599 (plain)
1
2
3
4
5
# See https://wiki.archlinux.org/title/PKGBUILD
shell=bash
disable=SC2034 # some variables will be used by makepkg
disable=SC2154 # some variables are imported from makepkg
disable=SC2164 # makepkg run with 'set -e'