dejan2609 commented on PR #23424:
URL: https://github.com/apache/kafka/pull/23424#issuecomment-5621407499
Rationale for removing custom style
stylesheet.set(file('gradle/resources/rat-output-to-html.xsl')): this style is
equivalent to a default style.
Steps (use Kafka trunk branch):
- comment out line 277 -->
`stylesheet.set(file('gradle/resources/rat-output-to-html.xsl'))`
- execute: `./gradlew rat`
- compare two styles: **diff build/tmp/rat/default-stylesheet.xsl
gradle/resources/rat-output-to-html.xsl**
```
69a70,71
> <p>This HTML version (yes, it is!) is generated from the RAT xml reports
using Saxon9B. All the outputs required are displayed below, similar to the
.txt version.
> This is obviously a work in progress; and a prettier, easier to
read and manage version will be available soon</p>
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]