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 862f5fc commit e85344dCopy full SHA for e85344d
hack/golangci-lint.sh
@@ -18,7 +18,7 @@ set -e -o pipefail
18
19
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
20
BIN=${DIR}/bin
21
-VERSION=1.62.0
+VERSION=1.64.8
22
23
function install_linter() {
24
echo "Installing GolangCI-Lint"
@@ -36,7 +36,7 @@ then
36
install_linter
37
fi
38
39
-FLAGS="--skip-dirs fs/assets/credits_generated"
+FLAGS="--exclude-dirs fs/assets/credits_generated"
40
if [[ "${CI}" == "true" ]]; then
41
FLAGS="$FLAGS -v --print-resources-usage"
42
@@ -56,4 +56,3 @@ if ! [ -x "$(command -v ${BIN}/logrus-analyzer)" ] ; then
56
57
# This analyzer doesn't support any flags currently, so we don't include ${FLAGS}
58
${BIN}/logrus-analyzer github.com/GoogleContainerTools/skaffold/v2{/pkg,/cmd,/diag}...
59
-
0 commit comments