These benchmarks were skipped, so their baseline results are used instead. If they were deleted in your codebase, archive them to remove them from the performance reports. Learn more about archiving benchmarks
fix(lint): also flag nested assertions on right side of assignments
Address reviewer feedback: ensure nested assertions like arr[0] ^= arr[1]!!
are correctly flagged. The fix now checks for nested assertions first
before checking assignment-specific cases, ensuring all nested assertions
are caught regardless of which side of the assignment they appear on.
bcb61e9
3 days ago
by harshasiddartha
+0.17%
style: apply rustfmt formatting
6264dc4
3 days ago
by harshasiddartha
+0.09%
docs(changeset): add issue link, rule docs, and examples
753020f
22 hours ago
by harshasiddartha
-0.16%
docs(changeset): fix markdownlint MD026 (no trailing punctuation in headings)