cuemata/nogo_config.json
Hoang Nguyen c991be4740
Another code snapshot
Nothing to see here yet, except:
- Add `nogo` support. Closes #2
  (I only use the analyzers from golang.org/x/tools, so nogo right
  now is not really on par with golangci-lint)
- Remove golangci-lint
- Fill out providers.toml file (it was daunting -_-)
- Update bazel deps
2023-12-23 00:00:00 +07:00

9 lines
159 B
JSON

{
"_base": {
"description": "Base configuration for all analyzers",
"exclude_files": {
"vendor/": "exclude third-party Go modules"
}
}
}