Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
veverkap committed Jul 25, 2017
1 parent d0351df commit 93382e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pronto/credo_runner.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def initialize(_, _)
def run
return [] unless @patches

compile if ENV["PRONTO_CREDO_COMPILE"]
compile if ENV["PRONTO_CREDO_COMPILE"] == 1

@patches.select { |p| p.additions > 0 }
.select { |p| elixir_file?(p.new_file_full_path) }
Expand Down

0 comments on commit 93382e4

Please sign in to comment.