mirror of
https://we.phorge.it/source/arcanist.git
synced 2025-01-22 20:51:09 +01:00
Set used variable
This commit is contained in:
parent
40102252bf
commit
85c0ed13d9
1 changed files with 1 additions and 0 deletions
|
@ -246,6 +246,7 @@ abstract class ArcanistLintEngine {
|
|||
|
||||
foreach ($linters as $linter) {
|
||||
$minimum = $this->minimumSeverity;
|
||||
$cache_granularity = $linter->getCacheGranularity();
|
||||
foreach ($linter->getLintMessages() as $message) {
|
||||
if (!ArcanistLintSeverity::isAtLeastAsSevere($message, $minimum)) {
|
||||
continue;
|
||||
|
|
Loading…
Reference in a new issue