Commit Graph

7 Commits

Author SHA1 Message Date
bcf125be1f fix golangci config 2024-04-17 12:06:22 +03:00
a1124600a6 update build 2024-04-17 11:52:03 +03:00
Ruslan Efanov
e63f7711d9 update linter and it's rules 2022-12-30 10:31:59 +03:00
Tyschitskaya Maria
53b2a7e774 disable unused linter for tests 2022-04-21 12:41:37 +03:00
627ceae0bc
Replace old Sentry client with the new SDK
* replace old Sentry client with the new SDK
* do not initialize Sentry SDK twice, correct panic processing
* account prefix for panics
* log errors with account context data
* tests
* linter fixes
* removed 1.18 from available versions
2022-03-18 10:46:22 +03:00
52109ee4ba
Refactoring and new features (#35)
* new error collector & improvements for errors
* update golangci-lint, microoptimizations, linter fixes
* UseTLS10 method
* remove dead code
* add 1.17 to the test matrix
* fix for docstring
* split the core package symbols into the subpackages (if feasible)
2021-12-01 15:40:23 +03:00
d15ed7ffec
Static analysis (#23)
* lint stage for a workflow
* golangci-lint config
* lint only new code or last commit
* run lint only for pull requests
2021-02-09 14:57:14 +03:00