Add and fix forcetypeassert
This commit is contained in:
parent
db8be91d8b
commit
25b790d025
2 changed files with 4 additions and 3 deletions
|
@ -31,16 +31,15 @@ linters:
|
|||
# We should strive to enable these:
|
||||
- wrapcheck
|
||||
- goerr113
|
||||
- forcetypeassert
|
||||
- dupl
|
||||
- makezero
|
||||
- paralleltest
|
||||
|
||||
# We might want to enable this, but it might be a lot of work
|
||||
- cyclop
|
||||
- nestif
|
||||
- wsl # might be incompatible with gofumpt
|
||||
- testpackage
|
||||
- paralleltest
|
||||
|
||||
linters-settings:
|
||||
varnamelen:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue