We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bed99a4 commit c3139e0Copy full SHA for c3139e0
test/runLint
@@ -52,3 +52,6 @@ filter_out='^(test/|bash_completion\.sh)' gitgrep ' \[ ' \
52
'use [[ ]] instead of [ ]'
53
54
gitgrep $cmdstart'unset [^-]' 'Explicitly specify "unset -v/-f"'
55
+
56
+gitgrep $cmdstart'((set|shopt)\s+[+-][a-z]+\s+posix\b|(local\s+)?POSIXLY_CORRECT\b)' \
57
+ 'fiddling with posix mode breaks keybindings with some bash versions'
0 commit comments