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`. |
||
|---|---|---|
| .. | ||
| down.go | ||
| login_test.go | ||
| login.go | ||
| root_test.go | ||
| root.go | ||
| service_controller.go | ||
| service_installer.go | ||
| service.go | ||
| ssh.go | ||
| status_test.go | ||
| status.go | ||
| testutil.go | ||
| up_daemon_test.go | ||
| up.go | ||
| version.go | ||