golangci does not find any issues because the working dir path is wrong and it only analizes main.go
master
Víctor Zamanillo 2020-10-14 21:29:04 +02:00
parent bd59f6ca05
commit dd1c7111ed
1 changed files with 2 additions and 2 deletions

View File

@ -16,9 +16,9 @@ jobs:
uses: golangci/golangci-lint-action@v1
with:
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
version: v1.29
version: v1.31
args: --timeout 5m
working-directory: v2/cmd/subfinder/
working-directory: v2/
# Optional: working directory, useful for monorepos
# working-directory: somedir