Skip to content

Commit 42c2c2e

Browse files
committed
Add new allowable rules minimum/maximum_length
These checks are now supported by qc-osi-trace checker, so allow them in the CI tests. Signed-off-by: Pierre R. Mai <pmai@pmsf.de>
1 parent a625329 commit 42c2c2e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

rules.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,5 @@ first_element: '^[ ]\b(first_element)\b'
1111
last_element: '^[ ]\b(last_element)\b'
1212
check_if: '^[ ](\bcheck_if\b)(.*\belse do_check\b)'
1313
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

Comments
 (0)