8 lines
255 B
YAML
8 lines
255 B
YAML
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) |