netbird/client/firewall
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
..
iptables Add gocritic linter (#1324) 2023-11-27 16:40:02 +01:00
nftables Add gocritic linter (#1324) 2023-11-27 16:40:02 +01:00
uspfilter fix some typo spotted with codespell (#1278) 2023-11-01 17:11:16 +01:00
firewall.go Add default firewall rule to allow netbird traffic (#1056) 2023-09-05 21:07:32 +02:00
port.go ACL firewall manager fix/improvement (#970) 2023-06-20 20:33:41 +02:00