Commit 40b03f3b89e9831e35a2b26ef886042c2bc969d7
1 parent
2f7e58ad
Exists in
master
and in
1 other branch
Rubocop: one of the small consistencies: a single trailing blank line
Showing
22 changed files
with
2 additions
and
27 deletions
Show diff stats
.rubocop_todo.yml
... | ... | @@ -369,12 +369,6 @@ Style/SymbolProc: |
369 | 369 | - 'app/models/deploy.rb' |
370 | 370 | - 'spec/models/deploy_spec.rb' |
371 | 371 | |
372 | -# Offense count: 21 | |
373 | -# Cop supports --auto-correct. | |
374 | -# Configuration parameters: EnforcedStyle, SupportedStyles. | |
375 | -Style/TrailingBlankLines: | |
376 | - Enabled: false | |
377 | - | |
378 | 372 | # Offense count: 13 |
379 | 373 | # Cop supports --auto-correct. |
380 | 374 | # Configuration parameters: EnforcedStyleForMultiline, SupportedStyles. | ... | ... |
app/controllers/deploys_controller.rb
app/controllers/users_controller.rb
app/helpers/problems_helper.rb
app/models/app.rb
app/models/deploy.rb
app/models/notification_services/hubot_service.rb
app/models/watcher.rb
autotest/discover.rb
config/initializers/hoptoad.rb
config/routes.rb
config/unicorn.default.rb
lib/airbrake_api/params_error.rb
lib/airbrake_api/v3/notice_parser.rb
lib/hoptoad.rb
lib/overrides/hoptoad_notifier/hoptoad_notifier.rb
lib/recurse.rb
lib/tasks/heroku/cron.rake
spec/fabricators/app_fabricator.rb
spec/fabricators/comment_fabricator.rb
spec/fabricators/sequences_fabricator.rb
spec/models/deploy_spec.rb