Skip to content

Commit d4abf19

Browse files
committed
Fix rubocop violations.
1 parent 9575dc3 commit d4abf19

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/i18n-js.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
module I18nJS
2121
MissingConfigError = Class.new(StandardError)
2222

23-
def self.call(config_file: nil, config: nil, parallel: false)
23+
def self.call(config_file: nil, config: nil)
2424
if !config_file && !config
2525
raise MissingConfigError,
2626
"you must set either `config_file` or `config`"

0 commit comments

Comments
 (0)