summaryrefslogtreecommitdiffstats
path: root/tags/b/bash-completion-with-hashbang.tag
diff options
context:
space:
mode:
Diffstat (limited to 'tags/b/bash-completion-with-hashbang.tag')
-rw-r--r--tags/b/bash-completion-with-hashbang.tag9
1 files changed, 9 insertions, 0 deletions
diff --git a/tags/b/bash-completion-with-hashbang.tag b/tags/b/bash-completion-with-hashbang.tag
new file mode 100644
index 0000000..f36a3e5
--- /dev/null
+++ b/tags/b/bash-completion-with-hashbang.tag
@@ -0,0 +1,9 @@
+Tag: bash-completion-with-hashbang
+Severity: warning
+Check: shell/bash/completion
+Explanation: This file starts with the #! sequence that marks interpreted scripts,
+ but it is a bash completion script that is merely intended to be sourced.
+ .
+ Please remove the line with hashbang, including any designated interpreter.
+See-Also:
+ https://salsa.debian.org/lintian/lintian/-/merge_requests/292#note_139494