golangci-lint
Linters
golangci-lint
Reports Go linter configuration and vendor visibility.- Detected From
- .golangci.yml, .golangci.yaml, .golangci.toml, or .golangci.json.
- Writes
- Nothing today; doctor reports whether vendor is already ignored.
- Visibility
- Go source remains present for agents and tooling unless the existing config excludes it.
When To Use It
Use this when Go projects vendor external source for context but lint only local modules.
Workflow
Run ingraft doctor to inspect the current status, then run
ingraft refresh after adding or updating vendored source. Refresh only
writes supported files when the tool is actually detected in the repository.