-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Labels
Description
This is a follow up for issue #68 fixed by PR #69
As commented in the PR, we should define the used color codes in a central place, as all rule descriptions make use of the same coloring. This would reduce redundancy and make future refactorings a lot easier.
Since using CSS in rule descriptions doesn't seem to be that straightforward, we might need to find a workaround, maybe as suggested by @hohwille:
As a nice-to-have we can later ask in SonarQube forum for help how CSS could be used or try some own solution e.g. via generation by processing the HTML with maven during the build...