Skip to content

Commit

Permalink
Merge pull request #241 from ifad/chore/fix-stderr-puts-offense
Browse files Browse the repository at this point in the history
Fix Style/StderrPuts offense
  • Loading branch information
tagliala authored Oct 19, 2023
2 parents 02079a6 + c2868b0 commit af7c5ed
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .rubocop_todo.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/chrono_model/adapter/upgrade.rb
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def chrono_upgrade_structure!
# Quite important, output it also to stderr.
#
logger.error message
$stderr.puts message
warn message
end

def chrono_upgrade_from_postgres_9_0(table_name)
Expand Down

0 comments on commit af7c5ed

Please sign in to comment.