🚨 Exclude selfhost packages in depguard linter

This commit is contained in:
Maxim Lebedev 2023-07-07 05:12:27 +06:00
parent ec83828a1e
commit afb801b6fa
Signed by: toby3d
GPG Key ID: 1F14E25B7C119FC5
1 changed files with 6 additions and 0 deletions

View File

@ -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: