Enable Style/SpaceAroundOperators Rubocop

Cleared all the offenses for Style/SpaceAroundOperators

Added a description for the Style/SpaceAroundOperators Rubocop.
This commit is contained in:
gotens1211 2017-02-01 20:47:35 +05:30
parent 945b4aac60
commit 4a9c971ec7
11 changed files with 21 additions and 34 deletions

View file

@ -3,7 +3,7 @@ class MigrateDataRemoveColumnIncludeCfpInSplashAddColumnIncludeCfp < ActiveRecor
self.table_name = 'conferences'
end
class TempCallForPaper< ActiveRecord::Base
class TempCallForPaper < ActiveRecord::Base
self.table_name = 'call_for_papers'
end

View file

@ -1,5 +1,5 @@
class AddUrlToCommercial < ActiveRecord::Migration
class TempCommercial< ActiveRecord::Base
class TempCommercial < ActiveRecord::Base
self.table_name = 'commercials'
end

View file

@ -1,4 +1,4 @@
class CreateProgramsTable< ActiveRecord::Migration
class CreateProgramsTable < ActiveRecord::Migration
class TempConference < ActiveRecord::Base
self.table_name = 'conferences'
end