1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2024-11-25 16:22:42 +01:00

Make ScriptAndRegexLinter available to ConfigurationDrivenLintEngine

See: <https://github.com/facebook/arcanist/pull/118>

Reviewed by: epriestley
This commit is contained in:
Burak Yigit Kaya 2013-11-15 22:31:35 +02:00 committed by epriestley
parent 17e4e9e651
commit 19edbbb46e

View file

@ -275,6 +275,9 @@ final class ArcanistScriptAndRegexLinter extends ArcanistLinter {
return 'S&RX';
}
public function getLinterConfigurationName() {
return 'script-and-regex';
}
/* -( Parsing Output )----------------------------------------------------- */