Categorygithub.com/ultraware/whitespace
modulepackage
0.2.0
Repository: https://github.com/ultraware/whitespace.git
Documentation: pkg.go.dev

# README

Whitespace linter

Whitespace is a linter that checks for unnecessary newlines at the start and end of functions, if, for, etc.

Installation guide

To install as a standalone linter, run go install github.com/ultraware/whitespace/cmd/whitespace@latest.

Whitespace is also included in golangci-lint. Install it and enable whitespace.

# Packages

No description provided by the author

# Functions

NewAnalyzer creates a new whitespace analyzer.
No description provided by the author

# Structs

Settings contains settings for edge-cases.