File: header_guard.rule

package info (click to toggle)
ignition-utils 1.2.0%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 672 kB
  • sloc: python: 2,730; cpp: 1,218; ansic: 286; sh: 202; makefile: 11
file content (10 lines) | stat: -rw-r--r-- 293 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0"?>
<rule version="1">
  <tokenlist>define</tokenlist>
  <pattern>#define _[A-Z]</pattern>
  <message>
    <id>_AZdefine</id>
    <severity>warning</severity>
    <summary>Definitions should not start with underscore and then a capital letter.</summary>
  </message>
</rule>