Skip to content

Commit 01c1bcf

Browse files
committed
ci: disable identifier_length scripts for now
This rules is not working as expected, so remove it for now. Signed-off-by: Anas Nashif <[email protected]>
1 parent 47c9ac5 commit 01c1bcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ci/guideline_check.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
coccinelle_scripts = ["/scripts/coccinelle/reserved_names.cocci",
2222
"/scripts/coccinelle/same_identifier.cocci",
23-
"/scripts/coccinelle/identifier_length.cocci",
23+
#"/scripts/coccinelle/identifier_length.cocci",
2424
]
2525

2626

0 commit comments

Comments
 (0)