Update Library/Homebrew/rubocops/cask/url_legacy_comma_separators.rb
Co-authored-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>
This commit is contained in:
parent
22d68fb99b
commit
7e24930e4e
@ -12,7 +12,7 @@ module RuboCop
|
||||
include OnUrlStanza
|
||||
extend AutoCorrector
|
||||
|
||||
MSG_CSV = "Use 'version.csv.first' instead of 'version.before_comma'"\
|
||||
MSG_CSV = "Use 'version.csv.first' instead of 'version.before_comma' " \
|
||||
"and 'version.csv.second' instead of 'version.after_comma'."
|
||||
|
||||
def on_url_stanza(stanza)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user