Alexey Palazhchenko
|
df52c13581
|
chore: fix //nolint directives
That's the recommended syntax:
https://golangci-lint.run/usage/false-positives/
Signed-off-by: Alexey Palazhchenko <alexey.palazhchenko@gmail.com>
|
2021-03-05 05:58:33 -08:00 |
|
Andrey Smirnov
|
8560fb9662
|
chore: enable nlreturn linter
Most of the fixes were automatically applied.
Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>
|
2020-11-09 06:48:07 -08:00 |
|
Andrey Smirnov
|
d3d011c8d2
|
chore: replace /* */ comments with // comments in license header
This fixes issues with `// +build` directives not being recognized in
source files.
Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>
|
2019-10-25 14:15:17 -07:00 |
|
Andrey Smirnov
|
c2cb0f9778
|
chore: enable 'wsl' linter and fix all the issues
I wish there were less of them :)
Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>
|
2019-10-10 01:16:29 +03:00 |
|
Andrew Rynhard
|
90c91807bd
|
refactor: restructure the project layout
This change moves packages into more appropriate places.
Signed-off-by: Andrew Rynhard <andrew@andrewrynhard.com>
|
2019-08-01 22:19:42 -07:00 |
|