Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ultraware/whitespace


https://github.com/ultraware/whitespace

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

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](https://github.com/golangci/golangci-lint/). Install it and enable whitespace.