10 lines
283 B
YAML
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) |