HTML Analyzer, more issue details and some fix
Enhancements
- Show rule parameter value in annotation tooltip and details window
- Add key, severity, type and tags on rule details window
- Update sonarlint core to 6.5.0.37122
- javascript plugin to 8.4.3.16431
- Add analyzer for HTML and JSF/JSP, thanks to @matteobaccan for this enhancement :)
Fixes
- Escape HTML rule name in details window
- Fix scrollable category with rules list in options, thanks to @Chris2011 for this bug report :)
- Analyzer JTable in Options is now not editable, thanks to @Chris2011 for this bug report :)
- Use default nodejs path if not setted, thanks to @Chris2011 for this bug report :)
- ignore null FileObject since FileEncodingQuery.getEncoding will throw a IllegalArgumentException, thanks to @oyarzun for this fix :)
- ignore NetBeans generated sources when analyzing an entire project, thanks to @oyarzun for this fix :)
Internal
- support node js test on macOS, thanks to @oyarzun for this fix :)
New Contributors
- @oyarzun made their first contribution in #14
- @dependabot made their first contribution in #15
- @matteobaccan made their first contribution in #18
Full Changelog: v2.4.0...v2.5.0