-
-
Notifications
You must be signed in to change notification settings - Fork 410
Expand file tree
/
Copy pathdoc.go
More file actions
10 lines (9 loc) · 568 Bytes
/
doc.go
File metadata and controls
10 lines (9 loc) · 568 Bytes
1
2
3
4
5
6
7
8
9
10
//go:generate go run ../generate.go
// Package stylecheck contains analyzes that enforce style rules.
// Most of the recommendations made are universally agreed upon by the wider Go community.
// Some analyzes, however, implement stricter rules that not everyone will agree with.
// In the context of Staticcheck, these analyzes are not enabled by default.
//
// For the most part it is recommended to follow the advice given by the analyzers that are enabled by default,
// but you may want to disable additional analyzes on a case by case basis.
package stylecheck