We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad7eab9 commit 07ffe48Copy full SHA for 07ffe48
test/testdata/configs/grouper.yml
@@ -0,0 +1,3 @@
1
+linters-settings:
2
+ grouper:
3
+ import-require-grouping: true
test/testdata/grouper.go
@@ -0,0 +1,7 @@
+//golangcitest:args -Egrouper
+//golangcitest:config_path testdata/configs/grouper.yml
+package testdata
4
+
5
+import "fmt" // want "should only use grouped 'import' declarations"
6
7
+func dummy() { fmt.Println("dummy") }
0 commit comments