1
0
Fork 0

static analysis: Excluded the CO_gateway_ascii and CO_fifo

This commit is contained in:
temi54c1l8 2024-06-27 17:06:26 +02:00
parent 675d11a33d
commit b0ae30aeba

View file

@ -12,6 +12,14 @@ guidelines, with some noted exceptions. Compliance is checked with [PC Lint Plus
-efile( *, CANopenNode\OD.h )
```
### Inhibits: Excluded the CO_gateway_ascii and CO_fifo (currently static analysis not completed)
```
-efile( *, CANopenNode\309\CO_gateway_ascii.c )
-efile( *, CANopenNode\309\CO_gateway_ascii.h )
-efile( *, CANopenNode\301\CO_fifo.c )
-efile( *, CANopenNode\301\CO_fifo.h )
```
### Inhibits: C comment contains '://' sequence
ref.: MISRA C 2012 Rule 3.1
```