-
-
Notifications
You must be signed in to change notification settings - Fork 783
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
Speed up generateDocumentation #2832
Speed up generateDocumentation #2832
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2832 +/- ##
=========================================
Coverage 80.78% 80.78%
Complexity 2346 2346
=========================================
Files 388 388
Lines 7050 7050
Branches 1288 1288
=========================================
Hits 5695 5695
Misses 709 709
Partials 646 646 Continue to review full report at Codecov.
|
This is strange. When I builded detekt some times in different ways this change works. But it doesn't work after a I'm getting this error in my end:
|
Could you try changing detekt/detekt-generator/build.gradle.kts Line 41 in b6e88a9
to compileClasspath? |
Changing didn't work, but adding it works in my end at least... But I'm not really sure what I was doing there. |
It works on CI too, just the MaxLineLength issue left ;D |
It should work now. |
We don't need to run the tests of
:detekt-generator
or run detekt on it to just generate the documentation.