File: namespace_AZ.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 (9 lines) | stat: -rw-r--r-- 262 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
<?xml version="1.0"?>
<rule version="1">
  <pattern>:: _[A-Z]</pattern>
  <message>
    <id>_AZnaming</id>
    <severity>warning</severity>
    <summary>Identifier that starts with underscore and then a capital letter is reserved.</summary>
  </message>
</rule>