🚨 Exclude selfhost packages in depguard linter
This commit is contained in:
parent
ec83828a1e
commit
afb801b6fa
1 changed files with 6 additions and 0 deletions
|
@ -59,6 +59,12 @@ linters-settings:
|
|||
- "i int"
|
||||
- "r *http.Request"
|
||||
- "w http.ResponseWriter"
|
||||
depguard:
|
||||
rules:
|
||||
main:
|
||||
allow:
|
||||
- $gostd
|
||||
- source.toby3d.me
|
||||
linters:
|
||||
enable-all: true
|
||||
disable:
|
||||
|
|
Loading…
Reference in a new issue