-
-
Notifications
You must be signed in to change notification settings - Fork 794
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
Create docs for Gradle Worker API #6016
Conversation
|
||
### <a name="gradle-properties">Options for detekt Gradle properties</a> | ||
|
||
```groovy |
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.
Added the doc here
We don't need the whole 1.23 docs (those will be cut once we do the stable), |
Codecov Report
@@ Coverage Diff @@
## main #6016 +/- ##
============================================
+ Coverage 84.66% 84.68% +0.02%
- Complexity 3840 3863 +23
============================================
Files 549 550 +1
Lines 13071 13115 +44
Branches 2305 2313 +8
============================================
+ Hits 11066 11107 +41
Misses 868 868
- Partials 1137 1140 +3 see 2 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
You don't need to create anything for version 1.23.0. Just add your content here: https://github.com/detekt/detekt/blob/main/website/docs/gettingstarted/gradle.mdx The docs for 1.23 will appear as soon as we cut the release version |
Update them inside |
@BraisGabin / @cortinico done 😅. Thanks for the help We can optionally also rename the folder |
Nope those are not generated. It's a "copy" of the docs as they are once a given version is released. It still allows us to edit versioned docs if we find a problem in a previous version |
Fixes #5843