Enable Rubocop for app/views (#23874)
This commit is contained in:
parent
14f0b48fb6
commit
82a6cf4012
4 changed files with 13 additions and 14 deletions
|
@ -9,4 +9,4 @@ doc << Ox::Element.new('XRD').tap do |xrd|
|
|||
end
|
||||
end
|
||||
|
||||
('<?xml version="1.0" encoding="UTF-8"?>' + Ox.dump(doc, effort: :tolerant)).force_encoding('UTF-8')
|
||||
"<?xml version=\"1.0\" encoding=\"UTF-8\"?>#{Ox.dump(doc, effort: :tolerant)}".force_encoding('UTF-8')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue