summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorClaudia Pellegrino2022-08-18 08:38:59 +0200
committerClaudia Pellegrino2022-08-18 08:38:59 +0200
commite51712a6c278fc6bec70ab7e95518c538be16c3c (patch)
tree414870a970f758b6481971bfc95bccdbbac47727
parentffbc1f5a6afc2420ec6404ca25211f14fe7f7383 (diff)
downloadaur-e51712a6c278fc6bec70ab7e95518c538be16c3c.tar.gz
Remove .shellcheckrc
See also [1]. [1]: https://lists.archlinux.org/pipermail/aur-general/2022-June/036892.html
-rw-r--r--.shellcheckrc9
1 files changed, 0 insertions, 9 deletions
diff --git a/.shellcheckrc b/.shellcheckrc
deleted file mode 100644
index 0c7908316b8f..000000000000
--- a/.shellcheckrc
+++ /dev/null
@@ -1,9 +0,0 @@
-shell=bash
-
-# Allow implicitly exported variables, e.g. pkgrel
-# See also: https://github.com/koalaman/shellcheck/issues/2356
-disable=SC2034
-
-# Allow implicitly sourced variables, e.g. pkgdir
-# See also: https://github.com/koalaman/shellcheck/issues/356
-disable=SC2154