feat: new custom linters system (#4437)

This commit is contained in:
Ludovic Fernandez 2024-03-11 17:40:26 +01:00 committed by GitHub
parent f0fdea006f
commit 167204c1fd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
31 changed files with 1339 additions and 110 deletions

View file

@ -0,0 +1,6 @@
package main
import (
_ "example.com/foo/bar/test"
_ "example.org/foo/bar/test"
)