Skip to content

Commit

Permalink
Fix remaining linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
mreiger committed Aug 29, 2024
1 parent 478a990 commit bafef1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/nftables/firewall_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ func init() {
// or to run only the integration test go test Integration
func TestFirewallValidateRulesIntegration(t *testing.T) {
if os.Getegid() != 0 {
t.Skipf(color.YellowString("skipping integration test because not root")) //nolint:govet
t.Skipf(color.YellowString("skipping integration test because not root")) //nolint:govet,staticcheck
}

type fields struct {
Expand Down

0 comments on commit bafef1a

Please sign in to comment.