mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 07:53:49 +08:00
Add rubocop to our build. (#5004)
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
module PluginGem
|
||||
def self.load(path, name, version, opts=nil)
|
||||
def self.load(path, name, version, opts = nil)
|
||||
opts ||= {}
|
||||
|
||||
gems_path = File.dirname(path) + "/gems/#{RUBY_VERSION}"
|
||||
|
Reference in New Issue
Block a user