We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8552542 commit a869da5Copy full SHA for a869da5
scripts/coccinelle/identifier_length.cocci
@@ -26,5 +26,5 @@ pos << r_idlen.p;
26
@@
27
28
if (len(id) > 31):
29
- msg="WARNING: Identifier %s length %d > 31" % (id, len(id))
+ msg="WARNING: Violation to rule 5.1 or 5.2 (Identifiers shall be distinct) %s length %d > 31" % (id, len(id))
30
coccilib.report.print_report(pos[0], msg)
0 commit comments