Fix MISRA violations for Kernel release V11.2.0 (#1251)
* Fix MISRA violations for Kernel release V11.2.0 * Fix formatting * Remove redundant configASSERT in timers.c
This commit is contained in:
@ -3,6 +3,10 @@
|
||||
"standard" : "c2012",
|
||||
"title": "Coverity MISRA Configuration",
|
||||
"deviations" : [
|
||||
{
|
||||
"deviation": "Rule 1.2",
|
||||
"reason": "Allow use of __attribute__ for necessary functions placement in specific memory regions."
|
||||
},
|
||||
{
|
||||
"deviation": "Rule 3.1",
|
||||
"reason": "We post HTTP links in code comments which contain // inside comments blocks."
|
||||
|
Reference in New Issue
Block a user