Fix linter on CI (#67)
This commit is contained in:
parent
b152448673
commit
fd9e7b40a9
1 changed files with 2 additions and 0 deletions
|
|
@ -27,3 +27,5 @@ linters:
|
|||
- testpackage # Makes you use a separate _test package [fast: true, auto-fix: false]
|
||||
- wsl # Whitespace Linter - Forces you to use empty lines! [fast: true, auto-fix: false]
|
||||
- gofumpt # Enforce a stricter format than gofmt
|
||||
- gci # Enforce blank lines check
|
||||
- nlreturn # Enforce blank lines for return statements
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue