We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b29435 commit 9553260Copy full SHA for 9553260
.commitlintrc
@@ -55,8 +55,7 @@
55
[
56
"sentence-case",
57
"start-case",
58
- "pascal-case",
59
- "upper-case"
+ "pascal-case"
60
]
61
],
62
"subject-empty": [
features/main/patch.feature
@@ -82,6 +82,7 @@ Feature: Sending PATCH requets
82
"""
83
84
@use_listener
85
+ @controller
86
# Previously to 3.3 it was not possible to disable a read, this test is ignored on the
87
# legacy test suite (EVENT_LISTENERS_BACKWARD_COMPATIBILITY_LAYER=1)
88
Scenario: Patch a non-readable resource
0 commit comments