mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-03-01 09:31:00 +00:00
7 lines
275 B
Markdown
7 lines
275 B
Markdown
# Whitespace linter
|
|
|
|
Whitespace is a linter that checks for unnecessary newlines at the start and end of functions, if, for, etc.
|
|
|
|
## Installation guide
|
|
|
|
Whitespace is included in [https://github.com/golangci/golangci-lint/](golangci-lint). Install it and enable whitespace.
|