mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-10 04:54:03 -08:00
51 lines
800 B
YAML
51 lines
800 B
YAML
|
linters:
|
||
|
disable-all: true
|
||
|
enable:
|
||
|
- bodyclose
|
||
|
- deadcode
|
||
|
- depguard
|
||
|
- dupl
|
||
|
- errcheck
|
||
|
- exhaustive
|
||
|
- gochecknoinits
|
||
|
- goconst
|
||
|
- gocritic
|
||
|
- gocyclo
|
||
|
- gofmt
|
||
|
- goimports
|
||
|
- golint
|
||
|
- goprintffuncname
|
||
|
- gosimple
|
||
|
- govet
|
||
|
- ineffassign
|
||
|
- interfacer
|
||
|
- misspell
|
||
|
- nakedret
|
||
|
- noctx
|
||
|
- nolintlint
|
||
|
- rowserrcheck
|
||
|
- scopelint
|
||
|
- staticcheck
|
||
|
- structcheck
|
||
|
- typecheck
|
||
|
- unconvert
|
||
|
- unparam
|
||
|
- unused
|
||
|
- varcheck
|
||
|
- whitespace
|
||
|
- lll
|
||
|
linters-settings:
|
||
|
gocritic:
|
||
|
enabled-tags:
|
||
|
- diagnostic
|
||
|
- experimental
|
||
|
- opinionated
|
||
|
- performance
|
||
|
- style
|
||
|
disabled-tags:
|
||
|
- experimental
|
||
|
disabled-checks:
|
||
|
- ifElseChain
|
||
|
lll:
|
||
|
line-length: 180
|