Amir Zarrinkafsh
|
1600e0f7da
|
[CI] Add wsl linter (#980)
* [CI] Add wsl linter
* Implement wsl recommendations
Co-authored-by: Clément Michaud <clement.michaud34@gmail.com>
|
2020-05-05 21:35:32 +02:00 |
James Elliott
|
c13196a86e
|
[CI] Enable gosec linter (#979)
* fix tee append
* convert DB table names from var to const
* fixed file modes
* ignored gosec where relevant and safe
|
2020-05-05 17:57:30 +10:00 |
Amir Zarrinkafsh
|
87053c9312
|
[CI] Add linters: asciicheck, nolintlint and unconvert (#978)
|
2020-05-05 14:43:46 +10:00 |
Amir Zarrinkafsh
|
be0cc72473
|
[CI] Add goconst linter (#961)
* [CI] Add goconst linter
* Implement goconst recommendations
* Rename defaultPolicy to denyPolicy
* Change order for test constants
Co-authored-by: Clément Michaud <clement.michaud34@gmail.com>
|
2020-05-02 18:20:40 +02:00 |
Amir Zarrinkafsh
|
e67f63ee44
|
[CI] Add godot linter (#958)
* [CI] Add godot linter
* Implement godot recommendations
|
2020-05-02 15:06:39 +10:00 |
Amir Zarrinkafsh
|
2f8bcef621
|
[CI] Adjust linting default excludes to align with goreportcard (#934)
|
2020-04-28 16:39:54 +10:00 |
Amir Zarrinkafsh
|
de2c5836fd
|
[Buildkite] Introduce CI linting with golangci-lint and reviewdog (#832)
* [Buildkite] Introduce CI linting with golangci-lint and reviewdog
* Initial pass of golangci-lint
* Add gosimple (megacheck) recommendations
* Add golint recommendations
* [BUGFIX] Migrate authentication traces from v3 mongodb
* Add deadcode recommendations
* [BUGFIX] Fix ShortTimeouts suite when run in dev workflow
* Add unused recommendations
* Add unparam recommendations
* Disable linting on unfixable errors instead of skipping files
* Adjust nolint notation for unparam
* Fix ineffectual assignment to err raised by linter.
* Export environment variable in agent hook
* Add ineffassign recommendations
* Add staticcheck recommendations
* Add gocyclo recommendations
* Adjust ineffassign recommendations
Co-authored-by: Clement Michaud <clement.michaud34@gmail.com>
|
2020-04-09 11:05:17 +10:00 |