mirror of
https://github.com/LBRYFoundation/lbcd.git
synced 2025-08-30 17:01:29 +00:00
Move GoLang CI formatters
This commit is contained in:
parent
ead4e4d6e8
commit
dc6c24a11d
1 changed files with 3 additions and 2 deletions
|
@ -1,4 +1,7 @@
|
||||||
formatters:
|
formatters:
|
||||||
|
enable:
|
||||||
|
- gofmt
|
||||||
|
- goimports
|
||||||
settings:
|
settings:
|
||||||
gci:
|
gci:
|
||||||
sections:
|
sections:
|
||||||
|
@ -29,8 +32,6 @@ linters:
|
||||||
# - godot
|
# - godot
|
||||||
# - godox
|
# - godox
|
||||||
# - goerr113
|
# - goerr113
|
||||||
- gofmt
|
|
||||||
- goimports
|
|
||||||
# - gomnd
|
# - gomnd
|
||||||
- goprintffuncname
|
- goprintffuncname
|
||||||
# - gosec
|
# - gosec
|
||||||
|
|
Loading…
Add table
Reference in a new issue