File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -1609,6 +1609,7 @@ void CheckOther::checkConstPointer()
1609
1609
{
1610
1610
if (!mSettings ->severity .isEnabled (Severity::style) &&
1611
1611
!mSettings ->isPremiumEnabled (" constParameter" ) &&
1612
+ !mSettings ->isPremiumEnabled (" constParameterPointer" ) &&
1612
1613
!mSettings ->isPremiumEnabled (" constParameterReference" ) &&
1613
1614
!mSettings ->isPremiumEnabled (" constPointer" ))
1614
1615
return ;
Original file line number Diff line number Diff line change @@ -316,7 +316,7 @@ void Settings::setCheckLevel(CheckLevel level)
316
316
}
317
317
}
318
318
319
- // TODO: auto generate these tables
319
+ // These tables are auto generated from Cppcheck Premium script
320
320
321
321
static const std::set<std::string> autosarCheckers{
322
322
" accessMoved" ,
You can’t perform that action at this time.
0 commit comments