Skip to content

Sane clippy linting - #20

Merged
yusufraji merged 8 commits into
mainfrom
sane-clippy-linting
Aug 15, 2026
Merged

Sane clippy linting#20
yusufraji merged 8 commits into
mainfrom
sane-clippy-linting

Conversation

@yusufraji

Copy link
Copy Markdown
Collaborator

This introduces linting via clippy.

  • Testing / CI
    • add make targets to run clippy
    • configure clippy to run in ci
    • add crate-level lint exclusions (allow-list)
    • add ci make target, which can also be ran locally to facilitate quick iteration
    • run make clippy_fix
  • Docs:
    • README: Clippy
    • README: Testing / CI

Closes #9

@yusufraji
yusufraji requested a review from pflanze August 14, 2026 14:13

@pflanze pflanze left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Great!

@yusufraji
yusufraji merged commit 1995af0 into main Aug 15, 2026
1 check passed
@yusufraji
yusufraji deleted the sane-clippy-linting branch August 15, 2026 02:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Run Clippy, silence unneeded suggestions

2 participants