mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Address new cop offence in railties
It is necessary to run `rubocop` manually when new cop is added since codeclimate checks any offences only in files touched in PRs.
This commit is contained in:
parent
c820d8d7da
commit
23392eff9f
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@ class ActionsTest < Rails::Generators::TestCase
|
|||
run_generator
|
||||
|
||||
action :environment do
|
||||
_ = "# This wont be added"# assignment to silence parse-time warning "unused literal ignored"
|
||||
_ = "# This wont be added" # assignment to silence parse-time warning "unused literal ignored"
|
||||
"# This will be added"
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue