autotidy
Code linter
Tool for automating clang-tidy checks on C++ code
Speedier handling of clang-tidy checking
68 stars
5 watching
3 forks
Language: C++
last commit: over 5 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
caphyon/clang-power-tools | A set of tools that integrates clang-tidy functionality into Visual Studio C++ development | 496 |
tsqllint/tsqllint | A tool for detecting and reporting anti-patterns in TSQL scripts to improve code quality and readability. | 214 |
polysquare/clang-tidy-target-cmake | Adds custom checks to a C++ compilation target using CMake and clang-tidy. | 16 |
asutton/clang | A compiler front-end for the C family of languages built as part of the LLVM project infrastructure | 71 |
sasstools/sass-lint | A tool for linting and analyzing Sass code for quality and consistency issues | 1,767 |
quarylabs/sqruff | A tool for automatically checking and improving the quality of SQL code. | 513 |
cpitclaudel/alectryon | A tool for processing Coq and Lean 4 code embedded in text documents | 237 |
mcandre/linters | A community wiki for improving code quality through static analysis and style checking tools | 342 |
alexhallam/tv | A CLI tool for formatting and displaying tabular data in a visually appealing way. | 2,065 |
dalance/svlint | A systemVerilog linter tool written in Rust. | 318 |
manishearth/rust-clippy | A collection of lints to help improve Rust code quality by catching common mistakes and suggesting idiomatic writing | 106 |
cmu-sei/pharos | Automated analysis of binary programs to detect and recover object-oriented structures and API calls. | 1,569 |
fsprojects/fsharplint | A style checking tool for F# that identifies coding issues and provides suggestions to improve code quality. | 304 |
asutton/clang-reflect | A clean implementation of reflection and related proposals in C++. | 29 |
pycqa/autoflake | A tool to automatically remove unused imports and variables from Python code based on pyflakes analysis | 908 |