File: namespace_AZ.rule

package info (click to toggle)
ignition-math4 4.0.0%2Bdfsg1-5
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,840 kB
  • sloc: cpp: 18,143; python: 2,716; ansic: 503; sh: 168; makefile: 16
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>