Summary: | clazy-standalone should emit supported checks (preferably with more meta data like level and categories) | ||
---|---|---|---|
Product: | [Developer tools] clazy | Reporter: | Nikolai Kosjar <nikolai.kosjar> |
Component: | general | Assignee: | Unassigned bugs mailing-list <unassigned-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | smartins |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/clazy/cc9c5da74bebd877538a581bcb7af0f01dbbfeb3 | Version Fixed In: | |
Sentry Crash Report: |
Description
Nikolai Kosjar
2019-07-19 09:55:51 UTC
Git commit cc9c5da74bebd877538a581bcb7af0f01dbbfeb3 by Nikolai Kosjar. Committed on 13/09/2019 at 14:22. Pushed by nkosjar into branch 'master'. Add '-supported-checks-json' command line option Summary: ...to dump the contents of checks.json. This is useful for IDEs as they can find out now whether a particular check is supported. Differential Revision: https://phabricator.kde.org/D23680 M +3 -0 CMakeLists.txt A +28 -0 checks.json.h.in M +13 -1 src/ClazyStandaloneMain.cpp https://commits.kde.org/clazy/cc9c5da74bebd877538a581bcb7af0f01dbbfeb3 |