mirror of
https://github.com/scratchfoundation/golangci-lint.git
synced 2025-08-28 22:28:43 -04:00
dev: clean configuration and code (#1830)
This commit is contained in:
parent
714bd288df
commit
2ebc9d7202
12 changed files with 11 additions and 42 deletions
2
test/testdata/fix/in/gofumpt.go
vendored
2
test/testdata/fix/in/gofumpt.go
vendored
|
@ -1,6 +1,6 @@
|
|||
//args: -Egofumpt
|
||||
//config: linters-settings.gofumpt.extra-rules=true
|
||||
package testdata
|
||||
package p
|
||||
|
||||
import "fmt"
|
||||
|
||||
|
|
2
test/testdata/fix/out/gofumpt.go
vendored
2
test/testdata/fix/out/gofumpt.go
vendored
|
@ -1,6 +1,6 @@
|
|||
// args: -Egofumpt
|
||||
// config: linters-settings.gofumpt.extra-rules=true
|
||||
package testdata
|
||||
package p
|
||||
|
||||
import "fmt"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue