Tony Ciavarella

Results 17 comments of Tony Ciavarella

Thanks for the helpful feedback and advice. I think this is sorted out except for the `description` format and styling. Here's an example of what it's currently generating (with extra...

I finally got this to work end-to-end through warnings-ng after manually updating analysis-model-api's pom.xml to use the analysis-model SNAPSHOT (you might consider noting this probably obvious required step in your...

It's working for me. Do you have "Insert Closing Brackets Automatically" checked under Tools -> Options -> Editor -> Code Completion for All Languages?

It seems like it might be time to finally finish this up. I like your bootstrap suggestions, style hints, and think your example screenshot is plenty good enough @uhafner. I...

It doesn't seem to work in the description either. Here's the best I've been able to make it look without any CSS. ![vg_wng_output](https://github.com/jenkinsci/analysis-model/assets/19257789/a2d81ac5-884b-4afb-a8f5-16b625e93efe) It seems usable like that, but it's...

No problem. Done. Feel free to add whatever you like.

The HTML tags I've tried seem to go through fine, but the CSS is stripped. For example, trying to add striping to the tables like this results in a bare...

Another problem I noticed is that the suppression part of the Violation's specifics is getting lost somehow. It works in the ValgrindAdapter unit test, but Violation.getSpecifics().get("suppression") always returns null when...

I updated this to use j2html and thanks to @KalleOlaviNiemitalo, avoided problems like [JENKINS-64051](https://issues.jenkins.io/browse/JENKINS-64051) by borrowing @uhafner's [strategy](https://github.com/jenkinsci/warnings-ng-plugin/pull/766). In the process, I changed from h5 to h4 to make the...

>> You are right, the https://github.com/jenkinsci/antisamy-markup-formatter-plugin actually removes potentially unsafe HTML tags and classes. I have no idea why classes are considered a security problem. > Can the stuff that...