We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b1d82b commit c9a8522Copy full SHA for c9a8522
lib/puppet_x/elastic/plugin_parsing.rb
@@ -17,7 +17,7 @@ def self.plugin_version(raw_name)
17
end
18
19
# Attempt to guess at the plugin's final directory name
20
- def self.plugin_split(original_string, position, soft_fail = true) # rubocop:disable Style/OptionalBooleanParameter
+ def self.plugin_split(original_string, position, soft_fail = true)
21
# Try both colon (maven) and slash-delimited (github/elastic.co) names
22
%w[/ :].each do |delimiter|
23
parts = original_string.split(delimiter)
0 commit comments