Skip to content

Commit

Permalink
PR: for willthames#44 do not warn for not classified files
Browse files Browse the repository at this point in the history
  • Loading branch information
Veaceslav Mindru committed Jan 23, 2018
1 parent ea5c1f9 commit 98fab3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ansiblereview/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,5 @@ def main():
info("Reviewing all of %s" % candidate, options)
errors = errors + candidate.review(options, lines)
else:
warn("Couldn't classify file %s" % filename, options)
info("Couldn't classify file %s" % filename, options)
return errors

0 comments on commit 98fab3e

Please sign in to comment.