Skip to content

Commit cbc1135

Browse files
committed
Fix incorrect query id
1 parent cb41055 commit cbc1135

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/autosar/src/rules/A3-9-1/VariableWidthPlainCharTypeUsed.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @id cpp/autosar/variable-width-plain-char-types-used
2+
* @id cpp/autosar/variable-width-plain-char-type-used
33
* @name A3-9-1: Use a fixed-width integer type instead of a char type
44
* @description The basic numerical type char is not supposed to be used. The specific-length types
55
* from <cstdint> header need be used instead.

0 commit comments

Comments
 (0)