1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2025-01-09 22:31:02 +01:00
phorge-arcanist/src/lint/linter
Joshua Spence 9bd740b1f8 Remove severity options from some linters.
Summary: The `ArcanistGeneratedLinter` and `ArcanistNoLintLinter` don't actually ever raise any linter messages, so it doesn't make sense to set custom severities for these linters. Instead, don't expose this configuration.

Test Plan: N/A

Reviewers: #blessed_reviewers, epriestley

Reviewed By: #blessed_reviewers, epriestley

Subscribers: epriestley, Korvin

Differential Revision: https://secure.phabricator.com/D9038
2014-05-11 19:28:27 -07:00
..
__tests__ Add a LESS linter. 2014-05-06 06:50:44 -07:00
spelling Minor formatting changes to ArcanistSpellingDefaultData. 2014-05-11 05:25:47 -07:00
xhpast Implement hook for checking switch lint 2013-02-05 11:46:59 -08:00
ArcanistBaseXHPASTLinter.php Make the methods of ArcanistBaseXHPASTLinter final. 2014-05-10 01:51:44 -07:00
ArcanistConduitLinter.php Remove severity options from some linters. 2014-05-11 19:28:27 -07:00
ArcanistCppcheckLinter.php Simplified the logic in various functions. 2014-03-04 11:00:01 -08:00
ArcanistCpplintLinter.php Warn when accessing deprecated lint config 2014-05-11 18:39:28 -07:00
ArcanistCSharpLinter.php Simplified the logic in various functions. 2014-03-04 11:00:01 -08:00
ArcanistCSSLintLinter.php Warn when accessing deprecated lint config 2014-05-11 18:39:28 -07:00
ArcanistExternalLinter.php Warn when accessing deprecated lint config 2014-05-11 18:39:28 -07:00
ArcanistFilenameLinter.php Provide more help text for arc linters 2014-05-11 16:16:45 -07:00
ArcanistFlake8Linter.php Warn when accessing deprecated lint config 2014-05-11 18:39:28 -07:00
ArcanistFutureLinter.php Call willLintPath() in future linter 2013-02-21 11:57:38 -08:00
ArcanistGeneratedLinter.php Remove severity options from some linters. 2014-05-11 19:28:27 -07:00
ArcanistJSHintLinter.php Warn when accessing deprecated lint config 2014-05-11 18:39:28 -07:00
ArcanistJSONLintLinter.php Provide more help text for arc linters 2014-05-11 16:16:45 -07:00
ArcanistLesscLinter.php Provide more help text for arc linters 2014-05-11 16:16:45 -07:00
ArcanistLinter.php Remove severity options from some linters. 2014-05-11 19:28:27 -07:00
ArcanistMergeConflictLinter.php Provide more help text for arc linters 2014-05-11 16:16:45 -07:00
ArcanistNoLintLinter.php Remove severity options from some linters. 2014-05-11 19:28:27 -07:00
ArcanistPEP8Linter.php Warn when accessing deprecated lint config 2014-05-11 18:39:28 -07:00
ArcanistPhpcsLinter.php Warn when accessing deprecated lint config 2014-05-11 18:39:28 -07:00
ArcanistPhutilLibraryLinter.php Simplified the logic in various functions. 2014-03-04 11:00:01 -08:00
ArcanistPhutilXHPASTLinter.php Use PHP type hinting in ArcanistXHPASTLinter. 2014-05-10 01:56:06 -07:00
ArcanistPuppetLintLinter.php Provide more help text for arc linters 2014-05-11 16:16:45 -07:00
ArcanistPyFlakesLinter.php Warn when accessing deprecated lint config 2014-05-11 18:39:28 -07:00
ArcanistPyLintLinter.php Updating the pylint linter to set the output fomat correctly depending on the version of pylint installed 2014-05-05 19:05:16 -07:00
ArcanistRubyLinter.php Warn when accessing deprecated lint config 2014-05-11 18:39:28 -07:00
ArcanistScalaSBTLinter.php Warn when accessing deprecated lint config 2014-05-11 18:39:28 -07:00
ArcanistScriptAndRegexLinter.php Provide more help text for arc linters 2014-05-11 16:16:45 -07:00
ArcanistSpellingLinter.php Add 'arc linters' to list available linters and status 2014-05-11 13:42:56 -07:00
ArcanistTextLinter.php Add 'arc linters' to list available linters and status 2014-05-11 13:42:56 -07:00
ArcanistXHPASTLinter.php Correctly identify @todo comments as TODOs. 2014-03-04 11:03:09 -08:00
ArcanistXMLLinter.php Add 'arc linters' to list available linters and status 2014-05-11 13:42:56 -07:00
reporter.js Modernize ArcanistJSHintLinter. 2014-05-05 14:22:27 -07:00