Skip to content

Commit

Permalink
PR: for #44 do not warn for not classified files (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
vmindru authored and willthames committed Jan 25, 2018
1 parent ea5c1f9 commit 200a74c
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 200a74c

Please sign in to comment.