Addressing Org Membership Inconsistency #232
Annotations
3 errors
code_scanning (lint):
internal/tools/version_check.go#L69
S1008: should use 'return semver.Compare(currentVersion, minVersion) != -1' instead of 'if semver.Compare(currentVersion, minVersion) == -1 { return false }; return true' (gosimple)
|
code_scanning (lint):
internal/service/organizations.go#L40
SA4000: identical expressions on the left and right side of the '==' operator (staticcheck)
|
code_scanning (lint)
Process completed with exit code 201.
|