We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 782cce5 commit ddb72e0Copy full SHA for ddb72e0
completion/available/gradle.completion.bash
@@ -22,7 +22,6 @@
22
23
# Bash breaks words on : by default. Subproject tasks have ':'
24
# Avoid inaccurate completions for subproject tasks
25
-# shellcheck disable=SC2001
26
COMP_WORDBREAKS="${COMP_WORDBREAKS//:/}"
27
28
function __gradle-set-project-root-dir() {
0 commit comments