1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2025-01-08 13:51:01 +01:00
phorge-arcanist/src/lint
epriestley ddfdfce3f5 Fix CPP Lint severity
Summary: Currently all CPPLint issues are hard-coded to warning level, which prevents customising the severity in .arclint. Change to pick up the configured severity. Note that getLintMessageSeverity will call getDefaultMessageSeverity if nothing is configured for that error category.

Test Plan: Tested manually to confirm configured categories display with the correct severity and that non-configured ones return with the default severity (ERROR).

Reviewers: #blessed_reviewers, epriestley

Reviewed By: #blessed_reviewers, epriestley

Subscribers: epriestley, Korvin

Differential Revision: https://secure.phabricator.com/D9682
2015-05-19 07:58:59 -07:00
..
engine pht all the things 2015-05-13 21:00:53 +10:00
linter Fix CPP Lint severity 2015-05-19 07:58:59 -07:00
renderer pht all the things 2015-05-13 21:00:53 +10:00
ArcanistLintMessage.php Use __CLASS__ instead of hardcoding class names 2015-05-14 07:21:27 +10:00
ArcanistLintPatcher.php pht all the things 2015-05-13 21:00:53 +10:00
ArcanistLintResult.php Remove @group annotations 2014-07-09 09:12:13 +10:00
ArcanistLintSeverity.php pht all the things 2015-05-13 21:00:53 +10:00