Skip to content

Commit

Permalink
fix: add build tags to lintroller run (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
george-e-shaw-iv authored Oct 13, 2021
1 parent cfb968f commit 11ae1e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell/validate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ info_sub "golangci-lint"
if [[ "$OSS" == "false" ]]; then
info_sub "lintroller"
# The sed is used to strip the pwd from lintroller output, which is currently prefixed with it.
"$GOBIN" "github.com/getoutreach/lintroller/cmd/lintroller@v$(get_application_version "lintroller")" \
GOFLAGS=-tags=or_e2e,or_test,or_int "$GOBIN" "github.com/getoutreach/lintroller/cmd/lintroller@v$(get_application_version "lintroller")" \
-config scripts/golangci.yml ./... 2>&1 | sed "s#^$(pwd)/##"
fi

Expand Down

0 comments on commit 11ae1e5

Please sign in to comment.