Rust Lint

Open-source Rust projects categorized as Lint

Top 6 Rust Lint Projects

  1. Clippy

    A bunch of lints to catch common mistakes and improve your Rust code. Book: https://doc.rust-lang.org/clippy/

    Project mention: Automated Testing and Dev Containers | dev.to | 2024-11-15

    Firstly, I added a section to run the code formatter rustfmt and the linter clippy:

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. shellharden

    The corrective bash syntax highlighter

    Project mention: Advanced Bash-Scripting Guide | news.ycombinator.com | 2024-06-28

    Complementary - https://github.com/anordal/shellharden/blob/master/how_to_do...

  4. svlint

    SystemVerilog linter

    Project mention: Veryl: A Modern Hardware Description Language | news.ycombinator.com | 2024-03-12

    https://github.com/dalance/svlint

    After writing it, I felt that more improvement is difficult because the specification of SystemVerilog is too complicated.

  5. git-mit

    A git hook suite to supercharge your commits! Seamlessly pair program, tag issues, and craft stellar commit messages effortlessly.

  6. git-sumi

    The non-opinionated Rust-based commit message linter.

    Project mention: Git-cliff – Generate changelog from the Git history | news.ycombinator.com | 2024-06-27

    I use git-cliff for my personal projects. If you follow conventional commits and squash merges, you get a clear, user-friendly changelog—it's easy to "skip" commits that don't affect the end user.

    I wrote a tool to validate commits, which helps ensure both the git history and changelog look clean: https://github.com/welpo/git-sumi

  7. lowlint

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Rust Lint discussion

Log in or Post with

Rust Lint related posts

  • Advanced Bash-Scripting Guide

    1 project | news.ycombinator.com | 28 Jun 2024
  • Veryl: A Modern Hardware Description Language

    3 projects | news.ycombinator.com | 12 Mar 2024
  • More than you've ever wanted to know about errors in Rust

    1 project | news.ycombinator.com | 23 Jul 2023
  • New clippy lint: detecting `&mut` which could be `&` in function arguments

    2 projects | /r/rust | 10 Jul 2023
  • I want to contribute in a big project

    6 projects | /r/rust | 1 May 2023
  • rustc-plugin: A framework for writing plugins that integrate with the Rust compiler

    6 projects | /r/rust | 18 Apr 2023
  • Reading Rust

    2 projects | /r/rust | 11 Apr 2023
  • A note from our sponsor - CodeRabbit
    coderabbit.ai | 14 Feb 2025
    Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more →

Index

What are some of the best open-source Lint projects in Rust? This list will help you:

# Project Stars
1 Clippy 11,706
2 shellharden 4,652
3 svlint 333
4 git-mit 72
5 git-sumi 19
6 lowlint 0

Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai