Skip to content

Commit 64994e4

Browse files
tkropSmilyOrgePaul
authored
feat: applied suggestions from review (#1536)
Co-authored-by: Miha Lunar <[email protected]> Co-authored-by: Paŭlo Ebermann <[email protected]>
1 parent 5f4221a commit 64994e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

server/zally-ruleset-zalando/src/main/kotlin/org/zalando/zally/ruleset/zalando/DateTimePropertiesSuffixRule.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import org.zalando.zally.rule.api.Violation
1313
ruleSet = ZalandoRuleSet::class,
1414
id = "235",
1515
severity = Severity.SHOULD,
16-
title = "Name date/time properties using the common suffix"
16+
title = "Name date/time properties using the common conventions"
1717
)
1818
class DateTimePropertiesSuffixRule(rulesConfig: Config) {
1919

server/zally-ruleset-zalando/src/test/kotlin/org/zalando/zally/ruleset/zalando/DateTimePropertiesSuffixRuleTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ class DateTimePropertiesSuffixRuleTest {
107107
}
108108

109109
@Test
110-
fun `should fail on prefix _at and succeed on prefix patterns`() {
110+
fun `should fail on prefix at_ and succeed on prefix patterns`() {
111111
@Language("YAML")
112112
val content = """
113113
openapi: '3.0.1'

0 commit comments

Comments
 (0)