Fix linter
This commit is contained in:
parent
f35267cfce
commit
e58ddd50e7
1 changed files with 2 additions and 1 deletions
|
|
@ -44,3 +44,4 @@ linters:
|
||||||
- gomoddirectives # Prohibits the use of replace statements
|
- gomoddirectives # Prohibits the use of replace statements
|
||||||
- varnamelen # Forbids short var names
|
- varnamelen # Forbids short var names
|
||||||
- ireturn # Prevents returning interfaces
|
- ireturn # Prevents returning interfaces
|
||||||
|
- forcetypeassert # Forces to assert types in tests
|
||||||
Loading…
Add table
Add a link
Reference in a new issue