mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2026-05-10 06:18:11 +00:00
18 lines
452 B
YAML
18 lines
452 B
YAML
version: "2"
|
|
linters:
|
|
settings:
|
|
errcheck:
|
|
exclude-functions:
|
|
- (http.ResponseWriter).Write
|
|
- (http.ResponseWriter).WriteString
|
|
- (github.com/gin-gonic/gin.ResponseWriter).Write
|
|
- (github.com/gin-gonic/gin.ResponseWriter).WriteString
|
|
exclusions:
|
|
rules:
|
|
- linters:
|
|
- errcheck
|
|
text: "//nolint:errcheck"
|
|
- linters:
|
|
- staticcheck
|
|
text: "//nolint:staticcheck"
|