Bug 418212 - Add option to configure checks with .clazy configuration file
Summary: Add option to configure checks with .clazy configuration file
Status: REPORTED
Alias: None
Product: clazy
Classification: Developer tools
Component: general (other bugs)
Version First Reported In: unspecified
Platform: Other Linux
: NOR wishlist
Target Milestone: ---
Assignee: Unassigned bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-02-26 07:47 UTC by Simone Gaiarin
Modified: 2020-02-26 07:47 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Simone Gaiarin 2020-02-26 07:47:04 UTC
SUMMARY

I take clang-tidy as an example to explain the situation.

clang-tidy can be configured with a .clang-tidy config file. This file can be committed to the KDE project repo and shipped together with it. IDE like KDevelop can use this file to configure the clang-tidy checks. The developer does not need to configure anything. Ideally, the same checks that are performed on the gitlab CI system are performed also in KDevelop and the develper does not need to wait the CI build to figure out possible problems. 

It would be nice to have clazy be configurable with a config file to support the same workflow.