1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2025-01-25 14:08:18 +01:00
phorge-arcanist/src/lint/linter/__tests__
Joshua Spence d826bf65c6 Minor cleanup of linter testing code.
Summary:
Just some minor cleaning up, including:

- Removing old annotations for Diviner.
- Renaming some `lint-test` files so that the directory name bears a closer resemblance to that of the linter.
- Remove some useless `return` statements.

Test Plan: `arc unit`.

Reviewers: epriestley, #blessed_reviewers

Reviewed By: epriestley, #blessed_reviewers

Subscribers: epriestley, Korvin

Differential Revision: https://secure.phabricator.com/D9096
2014-05-13 06:16:02 -07:00
..
cppcheck Modernize ArcanistCppcheckLinter. 2014-05-12 04:30:36 -07:00
cpplint Minor cleanup of linter testing code. 2014-05-13 06:16:02 -07:00
csslint Introduce a rough abstract base class for "linters which run programs and read the results" 2013-08-23 11:52:44 -07:00
flake8 Fix flake8 unit test. 2014-05-05 18:59:35 -07:00
jshint Convert more linters to modern formats with .arclint support 2014-05-05 18:58:13 -07:00
jsonlint Add a JSON linter. 2014-05-05 20:15:35 -07:00
lessc Add a LESS linter. 2014-05-06 06:50:44 -07:00
pep8 Introduce a rough abstract base class for "linters which run programs and read the results" 2013-08-23 11:52:44 -07:00
phlxhp Add hgsprintf() and jsprintf() to dynamic string lint warning 2013-02-21 16:44:34 -08:00
phpcs Fix an issue with PHPCS output formatting 2013-09-10 15:10:34 -07:00
puppet-lint Add a puppet-lint linter. 2014-05-05 20:42:40 -07:00
pyflakes Convert more linters to modern formats with .arclint support 2014-05-05 18:58:13 -07:00
ruby Make ruby -wc a linter in Arcanist 2012-09-11 10:42:50 -07:00
spelling Ready more linters and linter functions for .arclint 2013-08-26 05:37:10 -07:00
text Added ArcanistTextLinter::LINT_BOF_WHITESPACE and ArcanistTextLinter::LINT_EOF_WHITESPACE 2014-01-13 18:05:42 -08:00
xhpast Remove the getConfig and setConfig method. 2014-05-12 04:46:56 -07:00
xml Add an XML linter. 2014-05-05 20:15:53 -07:00
ArcanistArcanistLinterTestCase.php Minor cleanup of linter testing code. 2014-05-13 06:16:02 -07:00
ArcanistCppcheckLinterTestCase.php Modernize ArcanistCppcheckLinter. 2014-05-12 04:30:36 -07:00
ArcanistCpplintLinterTestCase.php Minor cleanup of linter testing code. 2014-05-13 06:16:02 -07:00
ArcanistCSSLintLinterTestCase.php Introduce a rough abstract base class for "linters which run programs and read the results" 2013-08-23 11:52:44 -07:00
ArcanistFlake8LinterTestCase.php Minor cleanup of linter testing code. 2014-05-13 06:16:02 -07:00
ArcanistJSHintLinterTestCase.php Modernize ArcanistJSHintLinter. 2014-05-05 14:22:27 -07:00
ArcanistJSONLintLinterTestCase.php Add a JSON linter. 2014-05-05 20:15:35 -07:00
ArcanistLesscLinterTestCase.php Add a LESS linter. 2014-05-06 06:50:44 -07:00
ArcanistLinterTestCase.php Minor cleanup of linter testing code. 2014-05-13 06:16:02 -07:00
ArcanistNoLintTestCase.php Minor cleanup of linter testing code. 2014-05-13 06:16:02 -07:00
ArcanistPEP8LinterTestCase.php Introduce a rough abstract base class for "linters which run programs and read the results" 2013-08-23 11:52:44 -07:00
ArcanistPHPCSLinterTestCase.php Minor cleanup of linter testing code. 2014-05-13 06:16:02 -07:00
ArcanistPhutilXHPASTLinterTestCase.php Minor cleanup of linter testing code. 2014-05-13 06:16:02 -07:00
ArcanistPuppetLintLinterTestCase.php Minor cleanup of linter testing code. 2014-05-13 06:16:02 -07:00
ArcanistPyFlakesLinterTestCase.php Minor cleanup of linter testing code. 2014-05-13 06:16:02 -07:00
ArcanistRubyLinterTestCase.php Minor cleanup of linter testing code. 2014-05-13 06:16:02 -07:00
ArcanistSpellingLinterTestCase.php Minor cleanup of linter testing code. 2014-05-13 06:16:02 -07:00
ArcanistTextLinterTestCase.php Minor cleanup of linter testing code. 2014-05-13 06:16:02 -07:00
ArcanistXHPASTLinterTestCase.php Minor cleanup of linter testing code. 2014-05-13 06:16:02 -07:00
ArcanistXHPASTLintTestSwitchHook.php Add unit tests for implicit fallthrough lint rule 2013-02-23 09:07:28 -08:00
ArcanistXMLLinterTestCase.php Rename test method. 2014-05-13 05:44:32 -07:00