mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06: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