File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,6 @@ linters:
6868 - durationcheck # check for two durations multiplied together
6969 - errorlint # errorlint is a linter for that can be used to find code that will cause problems with the error wrapping scheme introduced in Go 1.13.
7070 - exhaustive # check exhaustiveness of enum switch statements
71- - exportloopref # checks for pointers to enclosing loop variables
7271 - forbidigo # Forbids identifiers
7372 - gochecknoinits # Checks that no init functions are present in Go code
7473 - goconst # Finds repeated strings that could be replaced by a constant
Original file line number Diff line number Diff line change @@ -41,8 +41,8 @@ const (
4141 attrUserAccountControl = "userAccountControl"
4242 attrUserLastLogon = "lastLogonTimestamp"
4343
44- // FreeIPA (Red Hat Identity) specific attributes
45- attrNSAccountLock = "nsAccountLock"
44+ // FreeIPA (Red Hat Identity) specific attributes.
45+ attrNSAccountLock = "nsAccountLock"
4646)
4747
4848var allAttrs = []string {"*" , "+" }
You can’t perform that action at this time.
0 commit comments