Commit Graph

3 Commits

Author SHA1 Message Date
Yury Gargay
d1a323fa9d
Add gocritic linter (#1324)
* Add gocritic linter

`gocritic` provides diagnostics that check for bugs, performance, and style issues

We disable the following checks:

- commentFormatting
- captLocal
- deprecatedComment

This PR contains many `//nolint:gocritic` to disable `appendAssign`.
2023-11-27 16:40:02 +01:00
mlsmaycon
6d339295be fix doc 2021-05-15 15:24:30 +05:00
braginini
2b77da4e12 project init 2021-05-01 12:45:37 +02:00