Ignore noisy linters

This commit is contained in:
9seconds
2021-12-02 06:51:09 +03:00
parent 5be581154e
commit ecf947b86c
+1 -1
View File
@@ -9,4 +9,4 @@ format = "colored-line-number"
[linters] [linters]
enable-all = true enable-all = true
disable = ["gochecknoglobals", "gas", "goerr113", "exhaustivestruct"] disable = ["ireturn", "varnamelen", "gochecknoglobals", "gas", "goerr113", "exhaustivestruct"]