Skip to content

Commit

Permalink
Rename Rule name to match guidelines
Browse files Browse the repository at this point in the history
Fixes #1228
  • Loading branch information
vadeg committed May 21, 2021
1 parent 32a9d6e commit 842d373
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import org.zalando.zally.rule.api.Violation
ruleSet = ZalandoRuleSet::class,
id = "132",
severity = Severity.SHOULD,
title = "Prefer Hyphenated-Pascal-Case for HTTP header fields"
title = "Use uppercase separate words with hyphens for HTTP headers"
)
class PascalCaseHttpHeadersRule(config: Config) {

Expand Down

0 comments on commit 842d373

Please sign in to comment.