Commit Graph

4 Commits

Author SHA1 Message Date
Daniel Marjamäki d695c6c766
Update tools/get_checkers.py and lib/checkers.cpp () 2023-12-11 15:18:19 +01:00
Daniel Marjamäki 6817113665
Ticket . Write Autosar/Cert C/Cert C++/Misra C++ in the checkers report also. () 2023-09-03 20:42:09 +02:00
Daniel Marjamäki 44c149e51b
Fix (Safety: show what checks are enabled/disabled) ()
This primarily adds the corresponding report in the GUI that we have in
the command line already
2023-08-31 18:28:47 +02:00
Daniel Marjamäki 276f017fbe
Partial fix for (Safety: show what checks are enabled/disabled) ()
Example output on stdout:
```
$ ./cppcheck m1.cpp 
Checking m1.cpp ...
Active checkers: 59/177
```
2023-08-29 12:00:52 +02:00