mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
Fix indentation of verified
in url
stanza examples
This commit is contained in:
parent
b586d97f84
commit
17c0eaab25
@ -37,7 +37,7 @@ describe RuboCop::Cop::Cask::Url do
|
|||||||
message: "Verified URL parameter value should not start with https:// or http://.",
|
message: "Verified URL parameter value should not start with https:// or http://.",
|
||||||
severity: :convention,
|
severity: :convention,
|
||||||
line: 3,
|
line: 3,
|
||||||
column: 14,
|
column: 16,
|
||||||
source: "\"https://example.com\"",
|
source: "\"https://example.com\"",
|
||||||
}]
|
}]
|
||||||
end
|
end
|
||||||
@ -83,7 +83,7 @@ describe RuboCop::Cop::Cask::Url do
|
|||||||
message: "Verified URL parameter value should end with a /.",
|
message: "Verified URL parameter value should end with a /.",
|
||||||
severity: :convention,
|
severity: :convention,
|
||||||
line: 3,
|
line: 3,
|
||||||
column: 14,
|
column: 16,
|
||||||
source: "\"example.com/download\"",
|
source: "\"example.com/download\"",
|
||||||
}]
|
}]
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user