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
..
2023-11-27 16:40:02 +01:00
2023-11-27 16:40:02 +01:00
2023-09-13 17:36:24 +02:00
2023-11-27 16:40:02 +01:00
2023-11-27 16:40:02 +01:00
2023-11-10 16:33:13 +01:00
2023-11-27 16:40:02 +01:00
2023-08-12 11:42:36 +02:00
2023-11-27 16:40:02 +01:00
2023-04-13 17:00:01 +02:00
2023-11-27 16:40:02 +01:00
2023-11-27 16:40:02 +01:00
2023-03-17 10:37:27 +01:00
2023-10-03 19:33:42 +02:00