We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb41055 commit cbc1135Copy full SHA for cbc1135
1 file changed
cpp/autosar/src/rules/A3-9-1/VariableWidthPlainCharTypeUsed.ql
@@ -1,5 +1,5 @@
1
/**
2
- * @id cpp/autosar/variable-width-plain-char-types-used
+ * @id cpp/autosar/variable-width-plain-char-type-used
3
* @name A3-9-1: Use a fixed-width integer type instead of a char type
4
* @description The basic numerical type char is not supposed to be used. The specific-length types
5
* from <cstdint> header need be used instead.
0 commit comments