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 ad27e92 commit a566a5dCopy full SHA for a566a5d
test/script/custom-linting-rules
@@ -126,6 +126,7 @@ check_errors '==?' "Use 'is?' instead of '==?'. 0 ==? 'foobar' is true"
126
check_errors '!=#' "Use 'isnot#' instead of '!=#'. 0 !=# 'foobar' is false"
127
check_errors '!=?' "Use 'isnot?' instead of '!=?'. 0 !=? 'foobar' is false"
128
check_errors '^ *:\?echo' "Stray echo line. Use \`execute echo\` if you want to echo something"
129
+check_errors '^ *:\?redir' 'User execute() instead of redir'
130
# Exclusions for grandfathered-in exceptions
131
exclusions="clojure/clj_kondo.vim elixir/elixir_ls.vim go/golangci_lint.vim swift/swiftformat.vim"
132
# shellcheck disable=SC2086
0 commit comments