Hi team,
I'm looking for an option to check if the label indent level is correct.
Especially for Spock's label:
Failed
def "should sth"() {
given:
RevokeRequest request = aRevokeRequest()
Passed
def "should sth"() {
given:
RevokeRequest request = aRevokeRequest()
Do we have such an option in the current set rules?
Hi team,
I'm looking for an option to check if the label indent level is correct.
Especially for Spock's label:
Failed
Passed
Do we have such an option in the current set rules?