Artem Chernyshev
22f375300c
chore: update golanci-lint to 1.38.0
...
Fix all discovered issues.
Detected couple bugs, fixed them as well.
Signed-off-by: Artem Chernyshev <artem.0xD2@gmail.com>
2021-03-12 06:50:02 -08:00
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
Alexey Palazhchenko
f3465b8e3e
feat: support type filter in list API and CLI
...
Closes #2068 .
Signed-off-by: Alexey Palazhchenko <alexey.palazhchenko@gmail.com>
2020-12-24 06:34:02 -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
5ee554128e
chore: move from gofumpt to gofumports
...
The gofumports does everything that gofumpt does with the addition of
formatting imports. This change proposes the use of the `-local` flag so
that we can have imports separated in the following order:
- standard library
- third party
- Talos specific
Signed-off-by: Andrew Rynhard <andrew@andrewrynhard.com>
2019-09-12 07:49:12 -07: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