1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2024-10-24 17:48:50 +02:00
phorge-arcanist/src/lint/linter/__tests__
vrana 98fec27752 Fix PHT linter
Summary: Variables in strings and concatenation lists.

Test Plan:
New unit tests.

  preg_match('/^((?>[^$\\\\]*)|\\\\.)*$/s', str_repeat('a', 1e6));

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, Korvin

Differential Revision: https://secure.phabricator.com/D4540
2013-01-19 11:48:17 -08:00
..
apachelicense Fix ArcanistLinterTestCase 2012-11-05 16:36:01 -08:00
cpp Add cpplint.py engine 2013-01-07 08:16:34 -08:00
python Add a flake8 linter 2012-12-21 15:28:26 -08:00
ruby Make ruby -wc a linter in Arcanist 2012-09-11 10:42:50 -07:00
spelling Move files in Arcanist one level up 2012-06-01 11:56:00 -07:00
text Move files in Arcanist one level up 2012-06-01 11:56:00 -07:00
xhpast Fix PHT linter 2013-01-19 11:48:17 -08:00
ArcanistApacheLicenseLinterTestCase.php Remove getLink() from ArcanistLinterTestCase 2012-11-07 10:12:24 -08:00
ArcanistArcanistLinterTestCase.php Remove getLink() from ArcanistLinterTestCase 2012-11-07 10:12:24 -08:00
ArcanistCpplintLinterTestCase.php Add cpplint.py engine 2013-01-07 08:16:34 -08:00
ArcanistFlake8LinterTestCase.php Add a flake8 linter 2012-12-21 15:28:26 -08:00
ArcanistLinterTestCase.php Remove getLink() from ArcanistLinterTestCase 2012-11-07 10:12:24 -08:00
ArcanistNoLintTestCase.php Delete license headers from files 2012-11-05 11:16:24 -08:00
ArcanistRubyLinterTestCase.php Remove getLink() from ArcanistLinterTestCase 2012-11-07 10:12:24 -08:00
ArcanistSpellingLinterTestCase.php Remove getLink() from ArcanistLinterTestCase 2012-11-07 10:12:24 -08:00
ArcanistTextLinterTestCase.php Remove getLink() from ArcanistLinterTestCase 2012-11-07 10:12:24 -08:00
ArcanistXHPASTLinterTestCase.php Remove getLink() from ArcanistLinterTestCase 2012-11-07 10:12:24 -08:00