Files
budgeteer/.golangci.yml
2022-02-15 12:36:19 +00:00

10 lines
283 B
YAML

linters:
enable-all: true
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)