#Why does `make engine:lint` complain on

1 messages · Page 1 of 1 (latest)

desert isle
#

Sorry I lost track of this until I saw your comment on the docs PR, I believe this is because golangci-lint automatically skips anything under testdata by default. golangci-lint run --help shows that --skip-dirs-use-default is set to true by default and results in testdata being skipped (among some others)

patent monolith
#

I thought it could be something like that but:

So thanks 🙏, that answers the question (it's a default):

run:
  # Enables skipping of directories:
  # - vendor$, third_party$, testdata$, examples$, Godeps$, builtin$
  # Default: true
  skip-dirs-use-default: false