No successful run was found on main (f36fb51) during the generation of this report, so 1dfeed6 was used instead as the comparison base. There might be some changes unrelated to this pull request in this report.
Add diagnostics_config to test databases in djls-semantic
Two test databases in djls-semantic also implement the Db trait and
need the diagnostics_config method:
- TestDatabase in blocks/tree.rs
- TestDatabase in semantic/forest.rs
Both return default config since tests don't need custom settings.
f94ab56
7 days ago
by claude
0%
Remove doctest that accesses private field
The doctest was trying to directly construct DiagnosticsConfig with the
now-private severity field. Remove it since we have comprehensive unit
tests covering the same functionality. Doctests are better for simple
usage examples rather than testing internal implementation details.
3df8952
7 days ago
by claude
0%
Fix clippy warnings in diagnostics module
- Add #[must_use] to get_severity and is_enabled methods
- Replace map().unwrap_or() with more idiomatic map_or()
ead9486
7 days ago
by claude
0%
Fix clippy doc warning and formatting
- Add backticks to DiagnosticSeverity in doc comment
- Format map_or call on single line per rustfmt
bbbf88d
7 days ago
by claude
0%
Fix unused import warning for DiagnosticSeverity
9e9d2d3
7 days ago
by claude
0%
Update diagnostics.rs
91cc84d
7 days ago
by joshuadavidthomas
0%
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci