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 3f8feaf + ab74375 commit 6437c34Copy full SHA for 6437c34
lib/puppet-lint.rb
@@ -177,9 +177,8 @@ def report(problems)
177
else
178
format_message(message)
179
print_context(message) if configuration.with_context
180
+ print_github_annotation(message) if configuration.github_actions
181
end
-
182
- print_github_annotation(message) if configuration.github_actions
183
184
puts JSON.pretty_generate(json) if configuration.json
185
0 commit comments