fix style offences
This commit is contained in:
parent
cc2b99c8cf
commit
22d68fb99b
@ -12,7 +12,8 @@ module RuboCop
|
||||
include OnUrlStanza
|
||||
extend AutoCorrector
|
||||
|
||||
MSG_CSV = "Use 'version.csv.first' instead of 'version.before_comma' and 'version.csv.second' instead of 'version.after_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)
|
||||
return if stanza.stanza_node.type == :block
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user