Fix linter

This commit is contained in:
Aron Wussler 2022-02-15 11:14:55 +01:00
parent f35267cfce
commit e58ddd50e7

View file

@ -43,4 +43,5 @@ linters:
- wrapcheck # Force wrapping of external error TODO: when the bug is fixed update the linter - wrapcheck # Force wrapping of external error TODO: when the bug is fixed update the linter
- 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