We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2da6904 commit e9a62e5Copy full SHA for e9a62e5
src/Standards/Squiz/Sniffs/Debug/JSLintSniff.php
@@ -48,7 +48,7 @@ public function register()
48
*/
49
public function process(File $phpcsFile, $stackPtr)
50
{
51
- $rhinoPath = Config::getExecutablePath('jslint');
+ $rhinoPath = Config::getExecutablePath('rhino');
52
$jslintPath = Config::getExecutablePath('jslint');
53
if ($rhinoPath === null || $jslintPath === null) {
54
return;
0 commit comments