mirror of
https://github.com/scratchfoundation/golangci-lint.git
synced 2025-08-08 12:28:44 -04:00
8 lines
212 B
Go
8 lines
212 B
Go
|
//golangcitest:args -Egrouper
|
||
|
//golangcitest:config_path testdata/configs/grouper.yml
|
||
|
package testdata
|
||
|
|
||
|
import "fmt" // want "should only use grouped 'import' declarations"
|
||
|
|
||
|
func dummy() { fmt.Println("dummy") }
|