bacon
Code checker
A tool for running background checks on Rust code to detect warnings, errors, and test failures.
background code checker
2k stars
13 watching
77 forks
Language: Rust
last commit: about 1 month ago
Linked from 1 awesome list
cargocheckcompilationhacktoberfestrustterminal
Related projects:
Repository | Description | Stars |
---|---|---|
flycheck/flycheck-rust | Automates code checking for Rust/Cargo projects using Flycheck | 120 |
mozilla/addons-linter | A tool that checks JavaScript code for errors and warnings in web extensions. | 321 |
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,668 |
code-cracker/code-cracker | An analyzer library for C# and VB that provides code analysis and refactoring features using Roslyn. | 1,130 |
jplatte/caniuse.rs | A website that helps developers determine if Rust features are stable or unstable and when they were stabilized. | 175 |
geiger-rs/cargo-geiger | Detects usage of unsafe Rust in Rust crates and their dependencies to provide statistical input for auditing. | 1,415 |
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,463 |
imlazyeye/duck | An analyzer tool that helps enforce coding standards and detect errors in GameMaker Language (GML) codebases. | 12 |
fkie-cad/cwe_checker | A tool for detecting common bugs in binary executables. | 1,155 |
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. | 626 |
wenzel/checksec.py | A tool to verify security properties of binaries | 315 |