Page MenuHomePhabricator

arc lint --only-new 1 not working for ArcanistFlake8Linter
Closed, DuplicatePublic

Description

I'm running Flake8 2.0, but have tried 2.1 as well. When I run 'arc lint
--only-new 1', it still lints the whole file. If I use
ArcanistPyFlakesLinter it works fine and only displays the messages that
weren't in the previous commit. Any suggestions on how to get it to work as
expected?

Event Timeline

Sorry, I meant ArcanistPEP8Linter, not PyFlakes.