We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3d79c8 commit f8d82ddCopy full SHA for f8d82dd
nmagent/responses.go
@@ -88,7 +88,7 @@ func (az *AzResponse) UnmarshalJSON(in []byte) error {
88
89
az.HomeAz = rsp.HomeAz
90
91
- if rsp.APIVersion == 2 {
+ if rsp.APIVersion == 2 { // nolint:gomnd // ignore magic number 2
92
az.AppliedFixes = append(az.AppliedFixes, HomeAZFixIPv6)
93
}
94
0 commit comments