Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 349 Bytes

File metadata and controls

15 lines (10 loc) · 349 Bytes

Linting

Run the linter against the codebase:

make lint

To automatically fix lint issues, pass --fix via the GOLANGCI_LINT_EXTRA_ARGS variable:

GOLANGCI_LINT_EXTRA_ARGS=--fix make lint

GOLANGCI_LINT_EXTRA_ARGS is forwarded verbatim to golangci-lint run, so any other supported flags can be passed the same way.