1
0
mirror of https://github.com/fumiama/orbyte.git synced 2026-06-27 15:30:32 +08:00

feat: add Ignore to Item

This commit is contained in:
源文雨
2025-05-12 23:59:04 +09:00
parent 765c970d70
commit d33f1ca53e
4 changed files with 38 additions and 2 deletions

View File

@@ -2,6 +2,9 @@ linters-settings:
errcheck:
ignore: fmt:.*,io/ioutil:^Read.*
ignoretests: true
exclude-functions:
- (*github.com/fumiama/orbyte.Item).V
- (*github.com/fumiama/orbyte.Item).P
goimports:
local-prefixes: github.com/fumiama/orbyte