Skip to content

Commit

Permalink
fix: linter issue
Browse files Browse the repository at this point in the history
  • Loading branch information
nddq committed Oct 9, 2023
1 parent 01eab58 commit d1fa944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cns/cniconflist/generator_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ func (v *SWIFTGenerator) Generate() error {
},
},
WindowsSettings: cni.WindowsSettings{
HnsTimeoutDurationInSeconds: 120,
HnsTimeoutDurationInSeconds: 120, //nolint:gomnd // ignore timeout magic number
},
},
},
Expand Down

0 comments on commit d1fa944

Please sign in to comment.