Package anti-cppcheck: Information
Source package: anti-cppcheck
Version: 0.5.0-alt1
Build time: Oct 22, 2023, 07:35 AM
Category: Other
Report package bugLicense: GPLv3
Summary: Utility that helps to handle reports produced by cppcheck
Description:
anti-cppcheck can be used to handle reports produced by cppcheck - it can convert error and warning messages to more generic format and present them as united list, so a user can then give generic commentaries to multiple messages at once, and afterwards this tool can join those commentaries with an initial report; It also can help to analyze given reports and to find specified types of error/ warning messages in those reports.
Maintainer: Alexey Appolonov
Last changed
March 25, 2020 Alexey Appolonov 0.5.0-alt1
- Support of svace reports.
March 20, 2020 Alexey Appolonov 0.4.1-alt1
- Fixed parser of error/warning messages.
March 18, 2020 Alexey Appolonov 0.4.0-alt1
- All three executive modules (*comment, *analyze and *find) can be used on multiple reports at once by utilizing new features of 'machinery' lib, 'anti-cppcheck' module is no longer needed and has been removed, the operation become much more efficient.