Bug 418212

Summary: Add option to configure checks with .clazy configuration file
Product: [Developer tools] clazy Reporter: Simone Gaiarin <simgunz>
Component: generalAssignee: Unassigned bugs <unassigned-bugs-null>
Status: REPORTED ---    
Severity: wishlist CC: smartins
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

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.