mirror of
https://we.phorge.it/source/arcanist.git
synced 2025-01-23 05:01:12 +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) {
|
foreach ($linters as $linter) {
|
||||||
$minimum = $this->minimumSeverity;
|
$minimum = $this->minimumSeverity;
|
||||||
|
$cache_granularity = $linter->getCacheGranularity();
|
||||||
foreach ($linter->getLintMessages() as $message) {
|
foreach ($linter->getLintMessages() as $message) {
|
||||||
if (!ArcanistLintSeverity::isAtLeastAsSevere($message, $minimum)) {
|
if (!ArcanistLintSeverity::isAtLeastAsSevere($message, $minimum)) {
|
||||||
continue;
|
continue;
|
||||||
|
|
Loading…
Reference in a new issue