Revert "Fix Rubocop offences"

This reverts commit 9bf1a7a06b.
This commit is contained in:
Artur Beljajev 2018-06-04 04:01:47 +03:00
parent 6c7bfa01ac
commit cc48bbb16e
2 changed files with 1 additions and 4 deletions

View file

@ -2,5 +2,3 @@ inherit_from: .rubocop_todo.yml
Style/Alias: Style/Alias:
EnforcedStyle: prefer_alias_method EnforcedStyle: prefer_alias_method
Style/TrailingCommaInLiteral:
EnforcedStyleForMultiline: consistent_comma

View file

@ -1,4 +1,3 @@
# To be able to remove existing jobs class QueJob < ActiveRecord::Base # To be able to remove existing jobs
class QueJob < ActiveRecord::Base
self.primary_key = 'job_id' self.primary_key = 'job_id'
end end