Change RuboCop rules to loose (#4464)
This commit is contained in:
parent
93aafa8549
commit
3e7a541e09
4 changed files with 9 additions and 8 deletions
|
@ -6,7 +6,7 @@ class Emoji
|
|||
include Singleton
|
||||
|
||||
def initialize
|
||||
data = Oj.load(File.open(File.join(Rails.root, 'lib', 'assets', 'emoji.json')))
|
||||
data = Oj.load(File.open(Rails.root.join('lib', 'assets', 'emoji.json')))
|
||||
|
||||
@map = {}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue