Fix indentation of verified in url stanza examples

This commit is contained in:
Issy Long 2023-04-02 16:38:33 +01:00
parent b586d97f84
commit 17c0eaab25
No known key found for this signature in database
GPG Key ID: 8247C390DADC67D4
2 changed files with 10 additions and 10 deletions

View File

@ -37,7 +37,7 @@ describe RuboCop::Cop::Cask::Url do
message: "Verified URL parameter value should not start with https:// or http://.",
severity: :convention,
line: 3,
column: 14,
column: 16,
source: "\"https://example.com\"",
}]
end
@ -83,7 +83,7 @@ describe RuboCop::Cop::Cask::Url do
message: "Verified URL parameter value should end with a /.",
severity: :convention,
line: 3,
column: 14,
column: 16,
source: "\"example.com/download\"",
}]
end