mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-26 00:32:41 +01:00
Make ScriptAndRegexLinter available to ConfigurationDrivenLintEngine
See: <https://github.com/facebook/arcanist/pull/118> Reviewed by: epriestley
This commit is contained in:
parent
17e4e9e651
commit
19edbbb46e
1 changed files with 4 additions and 1 deletions
|
@ -275,6 +275,9 @@ final class ArcanistScriptAndRegexLinter extends ArcanistLinter {
|
||||||
return 'S&RX';
|
return 'S&RX';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function getLinterConfigurationName() {
|
||||||
|
return 'script-and-regex';
|
||||||
|
}
|
||||||
|
|
||||||
/* -( Parsing Output )----------------------------------------------------- */
|
/* -( Parsing Output )----------------------------------------------------- */
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue