mirror of
https://github.com/scratchfoundation/golangci-lint.git
synced 2025-08-28 22:28:43 -04:00
feat: new custom linters system (#4437)
This commit is contained in:
parent
f0fdea006f
commit
167204c1fd
31 changed files with 1339 additions and 110 deletions
6
pkg/commands/internal/testdata/imports.go
vendored
Normal file
6
pkg/commands/internal/testdata/imports.go
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
package main
|
||||
|
||||
import (
|
||||
_ "example.com/foo/bar/test"
|
||||
_ "example.org/foo/bar/test"
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue