Go Linting

Use when setting up linting for a Go project, configuring golangci-lint, picking a linter set, suppressing findings with //nolint, or wiring lint checks into CI. Apply proactively whenever a project lacks .golangci.yml, when lint output is unclear, or when a new package needs the project's quality bar. Does not cover code review process (see go-code-review).

muratmirgun 97b3529 6 files · 21.5 KB Updated

File contents

muratmirgun/gophers/tree/main/skills/go-linting commit 97b352920d

Frequently asked questions

npx skillmds@latest add muratmirgun/go-linting