1
0
Fork 0

static analysis: Add exception 9059, C comment contains C++ comment

This commit is contained in:
temi54c1l8 2024-06-27 14:53:17 +02:00
parent 5a2f24bc4b
commit 3e51408861

View file

@ -30,6 +30,12 @@ ref.: MISRA C 2012 Rule 11.5
-efile( 9079, CANopenNode* )
```
### Inhibits: C comment contains C++ comment
ref.: MISRA C 2012 Rule 3.1
```
-efile( 9059, CANopenNode* )
```
### Inhibits: complete definition of symbol is unnecessary in this translation unit
ref.: MISRA C 2012 Dir 4.8
```
@ -117,12 +123,7 @@ ref.: MISRA C 2012 Rule 2.5
-efile( 750, CANopenNode* )
```
### Inhibits: constant value used in Boolean context (string)
```
-efile( 506, CANopenNode* )
```