diff --git a/Makefile b/Makefile index 513857073..3ec70300a 100644 --- a/Makefile +++ b/Makefile @@ -21,6 +21,7 @@ ci: @if [ "$(TEST_SUITE)" = "linter" ]; then make ci-linter; else make ci-tests; fi ci-tests: + go get -u github.com/go-lintpack/lintpack/... go test -v -race -count=1 -coverprofile=coverage.out ./... ci-linter: diff --git a/checkers/testdata/_integration/check_comments/autogen4.go b/checkers/testdata/_integration/check_comments/autogen4.go new file mode 100644 index 000000000..9f81ad033 --- /dev/null +++ b/checkers/testdata/_integration/check_comments/autogen4.go @@ -0,0 +1,2 @@ +// This file was automatically generated. +package foo