-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add compilation database options from CPG as CLI option #902
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #902 +/- ##
============================================
- Coverage 77.54% 77.39% -0.16%
- Complexity 270 271 +1
============================================
Files 61 61
Lines 2031 2048 +17
Branches 299 300 +1
============================================
+ Hits 1575 1585 +10
- Misses 323 329 +6
- Partials 133 134 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
|
||
val filterCompilationDatabase: List<String> by option( | ||
"--filterCompilationDatabase", | ||
help = "Filters compilation database for specific components", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe extend the comment that if the filter is empty, all components are used.
CPG supports compilation databases to identify project related files. We pull the configuration option through and add support for it from Codyze.