blob: 2d60ec0876d6e34b9d73ca42fc945afc811db64e (
plain) (
blame)
1
2
3
4
5
6
7
|
Highly extensible Go source code linter providing checks currently
missing from other linters. Features:
- Almost 100 diagnostics that check for bugs, performance and style issues
- Extensible without re-compilation with dynamic rules
- Includes #opinionated checks with very strict and specific requirements
- Self-documented: gocritic doc <checkname> gives a checker description
|