disable typecheck linter

This commit is contained in:
0xmuralik 2022-10-18 10:51:25 +05:30
parent d965f6fbb9
commit f55c304930
2 changed files with 2 additions and 1 deletions

View File

@ -45,6 +45,8 @@ linters:
- rowserrcheck
# - whitespace
# - wsl
disable:
- typecheck
issues:
exclude-rules:

View File

@ -1,4 +1,3 @@
//nolint: all
package app
import (