mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-25 16:22:42 +01:00
Don't support severity customization in pyflakes
Summary: Pyflakes doesn't have any message codes, so we can't do anything with severities. Test Plan: Ran `arc lint` with severities on one of these linters, got an error. Reviewers: joshuaspence, btrahan Reviewed By: btrahan Subscribers: epriestley Differential Revision: https://secure.phabricator.com/D9222
This commit is contained in:
parent
104219dd62
commit
a19503bb59
1 changed files with 4 additions and 0 deletions
|
@ -99,4 +99,8 @@ final class ArcanistPyFlakesLinter extends ArcanistExternalLinter {
|
|||
return $messages;
|
||||
}
|
||||
|
||||
protected function canCustomizeLintSeverities() {
|
||||
return false;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue