linter

command module
v0.4.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 14, 2023 License: MIT Imports: 8 Imported by: 0

README

linter

Opinionated linter for Go source code.

WARNING: It uses revive underneath. We recommend using revive directly instead of our internal customization on top of it.

Install

go install github.com/altipla-consulting/linter@latest

Usage

Add it to the Makefile lint rule:

lint:
	go install ./...
	go vet ./...
	linter ./...

Contributing

You can make pull requests or create issues in GitHub. Any code you send should be formatted using make gofmt.

License

MIT License

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL