budgeteer/.golangci.yml
Jan Bader c5a0f49719 Disable wsl linter
Seems to be excessive
2022-02-19 21:38:38 +00:00

20 lines
421 B
YAML

linters:
enable-all: true
disable:
- golint
- scopelint
- maligned
- interfacer
- wsl
linters-settings:
errcheck:
exclude-functions:
- io/ioutil.ReadFile
- io.Copy(*bytes.Buffer)
- (*github.com/gin-gonic/gin.Context).AbortWithError
- (*github.com/gin-gonic/gin.Context).AbortWithError
- io.Copy(os.Stdout)
varnamelen:
ignore-decls:
- c *gin.Context