You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These are all happy with mctl and only some of them complain in ironlib.
We should make ironlib pass these linters and its not too much of a
chore.
I had to bump dupl.threshold because it was complaining about
"duplicate" code in NewConditionsClient and NewBomServiceClient. I don't
agree, but also don't really want to drop dupl just yet so lets see if
bumping works.
This config won't apply right away to mctl but the changes needed are
very minor/easy fixes that should definitely be committed. Its mostly
gofumpt & gci (which are fixed by running golangci-lint run --fix) and
some typos.
0 commit comments