Fix linter on CI (#67)

This commit is contained in:
wussler 2020-08-04 11:08:31 +02:00 committed by GitHub
parent b152448673
commit fd9e7b40a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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