mirror of
https://github.com/netbirdio/netbird.git
synced 2025-10-26 11:17:32 +00:00
* 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`. |
||
|---|---|---|
| .. | ||
| common.go | ||
| duration.go | ||
| file_test.go | ||
| file.go | ||
| log.go | ||
| membership_unix.go | ||
| membership_windows.go | ||
| retry.go | ||
| util_suite_test.go | ||