Skip to content

Commit 9553260

Browse files
committed
ci: allow uppercase commit message start
1 parent 0b29435 commit 9553260

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.commitlintrc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,7 @@
5555
[
5656
"sentence-case",
5757
"start-case",
58-
"pascal-case",
59-
"upper-case"
58+
"pascal-case"
6059
]
6160
],
6261
"subject-empty": [

features/main/patch.feature

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ Feature: Sending PATCH requets
8282
"""
8383

8484
@use_listener
85+
@controller
8586
# Previously to 3.3 it was not possible to disable a read, this test is ignored on the
8687
# legacy test suite (EVENT_LISTENERS_BACKWARD_COMPATIBILITY_LAYER=1)
8788
Scenario: Patch a non-readable resource

0 commit comments

Comments
 (0)