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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I add some new code in the existing file, and run
golangci-lint run --new=false --new-from-rev=HEAD~1 --fix=false --whole-files=true -v
then, report me some issue not related the new code, the new code is skipped
I see this: https://golangci-lint.run/welcome/faq/#why---new-from-rev-or---new-from-patch-dont-seem-to-be-working-in-some-cases
but I set
--whole-files=true
can not check the new code, only report me modified code issueand my project has many main process
Beta Was this translation helpful? Give feedback.
All reactions