bacon
Code checker
A tool that runs background checks on Rust code to detect warnings and errors.
background rust code check
2k stars
12 watching
73 forks
Language: Rust
last commit: 7 days ago
Linked from 1 awesome list
cargocheckcompilationhacktoberfestrustterminal
Related projects:
Repository | Description | Stars |
---|---|---|
flycheck/flycheck-rust | Automates code checking for Rust/Cargo projects using Flycheck | 121 |
mozilla/addons-linter | A tool that checks JavaScript code for errors and warnings in web extensions. | 318 |
s-weigand/flake8-nb | A tool to check Python code quality in Jupyter notebooks. | 28 |
rust-fuzz/afl.rs | A tool for finding security and stability issues in Rust code by testing it with pseudo-random data. | 1,651 |
code-cracker/code-cracker | An analyzer library for C# and VB that provides code analysis and refactoring features using Roslyn. | 1,129 |
jplatte/caniuse.rs | A website that helps developers determine if Rust features are stable or unstable and when they were stabilized. | 173 |
geiger-rs/cargo-geiger | Detects usage of unsafe Rust in Rust crates and their dependencies to provide statistical input for auditing. | 1,410 |
schlamar/flake8-todo | A Flake8 plugin that checks for TODO notes in Python code. | 30 |
bkoelman/csharpguidelinesanalyzer | A tool that analyzes C# code against predefined coding guidelines and reports diagnostics | 145 |
xampprocky/tokei | A tool for displaying statistics about codebase size and language distribution | 11,251 |
imlazyeye/duck | An analyzer tool that helps enforce coding standards and detect errors in GameMaker Language (GML) codebases. | 12 |
fkie-cad/cwe_checker | Automated binary analysis tool to detect common software vulnerabilities | 1,124 |
brettz9/eslint-config-ash-nazg | A comprehensive configuration for JavaScript projects with enhanced error checking and code quality control. | 6 |
sourcefrog/cargo-mutants | Tools to help detect potential bugs in Rust code by introducing mutations and testing their impact on tests. | 600 |
wenzel/checksec.py | A tool to verify security properties of binaries | 314 |