Skip to content

Commit 16786e9

Browse files
committed
added null vales for checks
1 parent 31f771e commit 16786e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.chasten/checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ checks:
3232
id: "CL002"
3333
pattern: './/FunctionDef/body//If[ancestor::If and not(parent::orelse)]'
3434
count:
35-
min: 1
36-
max: 15
35+
min: null
36+
max: null

0 commit comments

Comments
 (0)