1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2025-01-26 06:28:19 +01:00
phorge-arcanist/src/lint/linter/__tests__
Joshua Spence ca5f05e62b Enable unit tests for ArcanistJscsLinterTestCase
Summary:
https://github.com/mdevils/node-jscs/issues/444 has been resolved in commit [[0de667bac2 | 0de667bac2491ba04d930ff94e990965213ba36b]], which means that `jscs` can be easily run on files with any extension.

NOTE: JSCS version 1.5.7 is required.

Test Plan: `arc unit`

Reviewers: epriestley, #blessed_reviewers

Reviewed By: epriestley, #blessed_reviewers

Subscribers: epriestley, Korvin

Differential Revision: https://secure.phabricator.com/D9789
2014-07-03 05:15:09 +10:00
..
coffeelint Add an ArcanistCoffeeLintLinter linter. 2014-05-16 21:58:53 -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
gjslint Add Closure linter to arcanist 2014-05-15 09:19:28 -07:00
golint Add an ArcanistGoLintLinter. 2014-05-23 07:59:57 -07:00
jscs Enable unit tests for ArcanistJscsLinterTestCase 2014-07-03 05:15:09 +10:00
jshint Skip the "Too Many Errors" error that is raised by JSHint. 2014-06-24 04:16:15 +10: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
mergeconflict Add unit tests for ArcanistMergeConflictLinter. 2014-06-20 07:59:12 +10:00
pep8 Restore PEP8 errors. 2014-06-16 04:50:59 +10:00
phlxhp Move the "ragged classtree edge" linter rule to ArcanistPhutilXHPASTLinter. 2014-06-18 01:28:40 +10: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
pylint Add unit tests for ArcanistPylintLinter. 2014-06-23 03:32:35 +10: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 Allow PHP version to be customized with ArcanistXHPASTLinter 2014-06-18 01:30:15 +10: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
ArcanistClosureLinterTestCase.php Change double quotes to single quotes. 2014-05-23 13:53:05 -07:00
ArcanistCoffeeLintLinterTestCase.php Add an ArcanistCoffeeLintLinter linter. 2014-05-16 21:58:53 -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
ArcanistGoLintLinterTestCase.php Add an ArcanistGoLintLinter. 2014-05-23 07:59:57 -07:00
ArcanistJscsLinterTestCase.php Enable unit tests for ArcanistJscsLinterTestCase 2014-07-03 05:15:09 +10:00
ArcanistJSHintLinterTestCase.php Modernize ArcanistJSHintLinter. 2014-05-05 14:22:27 -07:00
ArcanistJSONLinterTestCase.php Add a native JSON linter. 2014-06-22 06:41:22 +10:00
ArcanistJSONLintLinterTestCase.php Add a JSON linter. 2014-05-05 20:15:35 -07:00
ArcanistLesscLinterTestCase.php Tidying up of linter code. 2014-06-20 18:26:44 +10:00
ArcanistLinterTestCase.php Don't throw an exception if no configuration is set for linter tests 2014-06-21 07:15:38 +10:00
ArcanistMergeConflictLinterTestCase.php Add unit tests for ArcanistMergeConflictLinter. 2014-06-20 07:59:12 +10:00
ArcanistNoLintTestCase.php Minor cleanup of linter testing code. 2014-05-13 06:16:02 -07:00
ArcanistPEP8LinterTestCase.php Tidying up of linter code. 2014-06-20 18:26:44 +10: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
ArcanistPyLintLinterTestCase.php Add unit tests for ArcanistPylintLinter. 2014-06-23 03:32:35 +10: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 Move the "ragged classtree edge" linter rule to ArcanistPhutilXHPASTLinter. 2014-06-18 01:28:40 +10:00
ArcanistXHPASTLintTestSwitchHook.php Add unit tests for implicit fallthrough lint rule 2013-02-23 09:07:28 -08:00
ArcanistXMLLinterTestCase.php Tidying up of linter code. 2014-06-20 18:26:44 +10:00