Skip to content

Commit

Permalink
Disable top scope lint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
cmd-ntrf committed Jul 10, 2023
1 parent a1d6b37 commit e118227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/profile/manifests/slurm.pp
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@
}

if defined('$classes') {
$slurmd_required = $slurmd_class_dep.filter | $name | { $name in $::classes }.map | $name | { Class[$name] }
$slurmd_required = $slurmd_class_dep.filter | $name | { $name in $classes }.map | $name | { Class[$name] } #lint:ignore:disable_variable_scope

Check warning on line 662 in site/profile/manifests/slurm.pp

View workflow job for this annotation

GitHub Actions / build

top-scope variable being used without an explicit namespace (check: variable_scope)

Check warning on line 662 in site/profile/manifests/slurm.pp

View workflow job for this annotation

GitHub Actions / build

top-scope variable being used without an explicit namespace (check: variable_scope)
} else {
$slurmd_required = []
}
Expand Down

0 comments on commit e118227

Please sign in to comment.