Skip to content

Commit

Permalink
create linter blacklist from blacklist instead of linters vec (hhvm#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
bradleyhd authored and fredemmott committed Oct 5, 2017
1 parent 58596a2 commit 680b8e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__Private/LinterCLIConfig.php
Expand Up @@ -156,7 +156,7 @@ public function getConfigForFile(string $file_path): self::TFileConfig {
);

$linters = $normalize($linters);
$blacklist = $normalize($linters);
$blacklist = $normalize($blacklist);
$autofix_blacklist = $normalize($autofix_blacklist);

$linters = Keyset\union(
Expand Down

0 comments on commit 680b8e2

Please sign in to comment.