-
-
Notifications
You must be signed in to change notification settings - Fork 796
Create generateWebsite
#5849
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 generateWebsite
#5849
Conversation
196565f
to
22eae94
Compare
Codecov Report
@@ Coverage Diff @@
## main #5849 +/- ##
=========================================
Coverage 84.48% 84.48%
Complexity 3788 3788
=========================================
Files 546 546
Lines 12937 12937
Branches 2275 2275
=========================================
Hits 10930 10930
Misses 877 877
Partials 1130 1130 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
22eae94
to
e7e5ef6
Compare
e7e5ef6
to
a6113e2
Compare
True, but copying output from a task in a different project is definitely not the Gradle way™. Instead, please review this: https://docs.gradle.org/current/userguide/cross_project_publications.html Or leave that for another PR. |
a6113e2
to
8f837f1
Compare
I don't get how that would work. I also checked the artifacts that we have defined at So, to unlock this PR I just removed that part. I will revisit this in the future. |
@cortinico Vecel is failing but when I follow the "Details" link it says 404. Do I need permissions to see it? Do you know what happen? |
Mmm it should be public 🤔 I'm looking into why this is private The error is a broken link on the website:
|
now it should be public 👍 |
8f837f1
to
c1622cd
Compare
Unrelated to the PR as such - I don't think commits and PRs should include "boy scout" in the title. I think the intention of making that kind of change is great but the commit messages themselves should exclude the term. |
+1 on this as the commit message ends up in the changelog. Sometimes I edit PR titles to make them more descriptive, but being more intentional on those would definitely help 👍 |
c1622cd
to
87b0821
Compare
Commit message changed :) |
Could I get a review here? I think that all the points were fixed already. |
87b0821
to
0fd7fee
Compare
generateDocumentation
is a god task. It generates far too much things:I want to split it. This is the just the first step. I created
generateWebsite
. This task generates the necessary files to create our website. This way when we executegenerateDocumentation
we don't need to rundokkaHtml
.Also, we shouldn't know ondetekt-api
where the documentation should be stored. For that reason I removed it from there and I copy the output of that task to the correct directory.As I said, this is just the first step. A quick win.