mirror of
https://github.com/chenasraf/sofmani.git
synced 2026-05-17 17:28:04 +00:00
13 lines
155 B
YAML
Executable File
13 lines
155 B
YAML
Executable File
version: "2"
|
|
|
|
linters:
|
|
enable:
|
|
- staticcheck
|
|
- govet
|
|
- errcheck
|
|
- ineffassign
|
|
- unused
|
|
- gocritic
|
|
- intrange
|
|
- modernize
|