mirror of
https://github.com/prymitive/karma
synced 2026-08-28 11:17:28 +00:00
fix(ci): remove disabled linters
This commit is contained in:
committed by
Łukasz Mierzwa
parent
449e9257fd
commit
122e8277dc
@@ -6,7 +6,6 @@ output:
|
||||
|
||||
linters:
|
||||
enable:
|
||||
- depguard
|
||||
- gofumpt
|
||||
- goimports
|
||||
- revive
|
||||
@@ -17,27 +16,12 @@ linters:
|
||||
- errorlint
|
||||
- exportloopref
|
||||
- predeclared
|
||||
- maligned
|
||||
|
||||
issues:
|
||||
max-same-issues: 0
|
||||
exclude-rules:
|
||||
- path: _test.go
|
||||
linters:
|
||||
- maligned
|
||||
|
||||
linters-settings:
|
||||
depguard:
|
||||
rules:
|
||||
main:
|
||||
files:
|
||||
- '$all'
|
||||
deny:
|
||||
- pkg: "io/ioutil"
|
||||
desc: "Use corresponding 'os' or 'io' functions instead."
|
||||
goimports:
|
||||
local-prefixes: github.com/prymitive/karma
|
||||
gofumpt:
|
||||
extra-rules: true
|
||||
maligned:
|
||||
suggest-new: true
|
||||
|
||||
Reference in New Issue
Block a user