File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed
cpp/autosar/src/rules/A0-1-2 Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change 1
1
/**
2
- * @id cpp/autosar/unused-return-value
3
- * @name A0-1-2: Unused return value
4
- * @description The value returned by a function having a non-void return type that is not an
5
- * overloaded operator shall be used.
6
- * @kind problem
7
- * @precision very-high
8
- * @problem.severity warning
9
- * @tags external/autosar/id/a0-1-2
10
- * readability
11
- * maintainability
12
- * external/autosar/allocated-target/implementation
13
- * external/autosar/enforcement/automated
14
- * external/autosar/obligation/required
15
- */
2
+ * @id cpp/autosar/unused-return-value
3
+ * @name A0-1-2: Unused return value
4
+ * @description The value returned by a function having a non-void return type that is not an
5
+ * overloaded operator shall be used.
6
+ * @kind problem
7
+ * @precision very-high
8
+ * @problem.severity warning
9
+ * @tags external/autosar/id/a0-1-2
10
+ * readability
11
+ * maintainability
12
+ * external/autosar/allocated-target/implementation
13
+ * external/autosar/enforcement/automated
14
+ * external/autosar/obligation/required
15
+ */
16
16
17
17
import cpp
18
18
import codingstandards.cpp.autosar
You can’t perform that action at this time.
0 commit comments