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.
2 parents 4d96c8e + 9337892 commit d1cdc01Copy full SHA for d1cdc01
lib/puppet-lint/plugins/top_scope_facts/top_scope_facts.rb
@@ -12,7 +12,7 @@
12
# `PuppetLint.configuration.top_scope_variables = ['location', 'role']`
13
#
14
# This plugin was adoped in to puppet-lint from https://github.com/mmckinst/puppet-lint-top_scope_facts-check
15
-# Thanks to @mmckinst and @seanmil for the original work.
+# Thanks to @mmckinst, @seanmil and @alexjfisher for the original work.
16
PuppetLint.new_check(:top_scope_facts) do
17
TOP_SCOPE_FACTS_VAR_TYPES = Set[:VARIABLE, :UNENC_VARIABLE]
18
def check
0 commit comments