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 a625329 commit 42c2c2eCopy full SHA for 42c2c2e
rules.yml
@@ -11,3 +11,5 @@ first_element: '^[ ]\b(first_element)\b'
11
last_element: '^[ ]\b(last_element)\b'
12
check_if: '^[ ](\bcheck_if\b)(.*\belse do_check\b)'
13
is_set: '^[ ]\b(is_set)\b'
14
+minimum_length: '^[ ]\b(minimum_length)\b: ([\s\d]+)$'
15
+maximum_length: '^[ ]\b(maximum_length)\b: ([\s\d]+)$'
0 commit comments