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:
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';
|
||||
}
|
||||
|
||||
public function getLinterConfigurationName() {
|
||||
return 'script-and-regex';
|
||||
}
|
||||
|
||||
/* -( Parsing Output )----------------------------------------------------- */
|
||||
|
||||
|
|
Loading…
Reference in a new issue