Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

© 2026 Open-Awesome. Curated for the developer elite.

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Code Quality

Code Quality

559 projects

Showing 36 of 559 projects

Code Style Fixer
Code Style FixerPHP

A tool that automatically fixes PHP code to follow coding standards and modernizes codebases.

#composer#developer-tools#code-standards
Stars13.5k
Forks1.6k
Last commit1 day ago
PHP CS Fixer
PHP CS FixerPHP

A tool that automatically fixes PHP code to follow coding standards and modernizes codebases.

#composer#automated-fixes#code-standards
Stars13.5k
Forks1.6k
Last commit1 day ago
Rust-Clippy
Rust-ClippyRust

A collection of over 800 lints to catch common mistakes and improve your Rust code.

#rust-linter#developer-tools#lint
Stars13.2k
Forks2.0k
Last commit1 day ago
RuboCop
RuboCopRuby

A Ruby static code analyzer and formatter that enforces the community Ruby style guide.

#hacktoberfest#developer-tools#code-formatter
Stars12.9k
Forks3.1k
Last commit1 day ago
RuboCop
RuboCopRuby

A Ruby static code analyzer and formatter that enforces the community Ruby style guide.

#hacktoberfest#developer-tools#automated-fixes
Stars12.9k
Forks3.1k
Last commit1 day ago
Laravel Best Practices
Laravel Best Practices

A comprehensive collection of best practices and coding standards for writing clean, maintainable Laravel applications.

#eloquent#software-architecture#laravel
Stars12.3k
Forks2.4k
Last commit1 year ago
Futurice iOS Good Practices
Futurice iOS Good Practices

A comprehensive collection of iOS development best practices, covering architecture, tools, security, and deployment.

#apple#provisioning-profiles#deployment
Stars11.0k
Forks1.2k
Last commit2 years ago
Awesome Guidelines
Awesome GuidelinesJavaScript

A curated list of high-quality coding style conventions, standards, and best practices across programming languages, frameworks, and tools.

#style-conventions#hacktoberfest#guidelines
Stars10.9k
Forks617
Last commit
sonarqube
sonarqubeJava

An open-source platform for continuous code quality inspection and security analysis across 30+ programming languages.

#devops#software-metrics#security-scanning
Stars10.6k
Forks2.2k
Last commit2 days ago
Rector
RectorPHP

Automated PHP code upgrades and refactoring tool that instantly updates PHP versions and major frameworks.

#rector#framework-migration#dev-tools
Stars10.3k
Forks741
Last commit3 days ago
SQLFluff
SQLFluffPython

A modular SQL linter and auto-formatter supporting multiple SQL dialects and templated code like Jinja and dbt.

#pypi#hacktoberfest#jinja-templates
Stars9.7k
Forks1.0k
Last commit22 hours ago
Reviewdog
ReviewdogGo

Automated code review tool that integrates with any linter and posts results as comments on pull requests.

#developer-tools#lint#linter
Stars9.3k
Forks489
Last commit1 day ago
React
ReactJavaScript

A comprehensive ESLint plugin providing React-specific linting rules to enforce best practices and catch common errors.

#developer-tools#lint#ecmascript
Stars9.3k
Forks2.7k
Last commit26 days ago
JSHint
JSHintJavaScript

A community-driven static code analysis tool that detects errors and potential problems in JavaScript code.

#developer-tools#open-source#code-quality
Stars9.1k
Forks1.6k
Last commit1 year ago
JS Beautifier
JS BeautifierJavaScript

A beautifier for JavaScript, CSS, and HTML that reformats and re-indents code for readability.

#hacktoberfest#developer-tools#prettier-alternative
Stars9.0k
Forks1.4k
Last commit5 days ago
Checkstyle
CheckstyleJava

A development tool that helps programmers write Java code adhering to configurable coding standards and best practices.

#hacktoberfest#development-tool#coding-standards
Stars8.9k
Forks4.1k
Last commit1 day ago
Golang Security Checker
Golang Security CheckerGo

A static analysis tool that scans Go source code for security vulnerabilities by analyzing the AST and SSA representations.

#ast-analysis#taint-analysis#security-automation
Stars8.9k
Forks698
Last commit1 day ago
SwiftFormat
SwiftFormatSwift

A command-line tool and Xcode extension for formatting Swift code with extensive rule customization.

#developer-tools#code-formatter#swift-package-manager
Stars8.8k
Forks686
Last commit3 days ago
js-the-right-way
js-the-right-wayHTML

A comprehensive reference guide for JavaScript best practices, coding standards, and curated web resources.

#js#coding-standards#guide
Stars8.7k
Forks915
Last commit2 years ago
XO
XOTypeScript

An opinionated, zero-config ESLint wrapper for JavaScript/TypeScript with great defaults and automatic fixes.

#developer-tools#zero-config#linter
Stars8.0k
Forks305
Last commit2 months ago
xo
xoTypeScript

An opinionated, zero-config ESLint wrapper for JavaScript and TypeScript with great defaults and automatic fixes.

#eslint-wrapper#developer-tools#automated-fixes
Stars8.0k
Forks305
Last commit2 months ago
prek
prekRust

A fast, dependency-free Git hook manager written in Rust, designed as a drop-in alternative to pre-commit.

#developer-tools#pre-commit#cli-tool
Stars7.8k
Forks217
Last commit1 day ago
Clean Code .NET/.NET Core
Clean Code .NET/.NET CoreC#

Clean Code principles and examples adapted for .NET and .NET Core developers.

#composition#inheritance#aspnet
Stars7.7k
Forks1.1k
Last commit3 months ago
brakeman
brakemanRuby

A static analysis security vulnerability scanner for Ruby on Rails applications.

#vulnerabilities#rails#vulnerability-detection
Stars7.2k
Forks770
Last commit4 days ago
error-prone
error-proneJava

A static analysis tool for Java that catches common programming mistakes at compile-time.

#developer-tools#build-tools#bug-detection
Stars7.2k
Forks793
Last commit3 days ago
pyre-check
pyre-checkOCaml

A performant, incremental type checker for Python with integrated security analysis via Pysa.

#type-check#developer-tools#taint-analysis
Stars7.2k
Forks452
Last commit1 day ago
Airbnb Sass and CSS Style Guide
Airbnb Sass and CSS Style Guide

A comprehensive style guide for writing maintainable and scalable CSS and Sass code.

#oocss#sass#css-style-guide
Stars7.0k
Forks1.4k
Last commit2 years ago
Detekt
DetektKotlin

A static code analysis tool for Kotlin that identifies code smells and enforces coding standards.

#hacktoberfest#code-smells#developer-tools
Stars7.0k
Forks837
Last commit1 day ago
Rustfmt
RustfmtRust

A tool for formatting Rust code according to official style guidelines.

#developer-tools#codeformatter#code-formatter
Stars6.9k
Forks1.0k
Last commit6 days ago
staticcheck
staticcheckGo

A state-of-the-art static analysis linter for Go that finds bugs, performance issues, and enforces style rules.

#developer-tools#linter#bug-detection
Stars6.8k
Forks410
Last commit1 day ago
go-tools
go-toolsGo

A state-of-the-art static analysis linter for Go that finds bugs, performance issues, and enforces style rules.

#developer-tools#linter#bug-detection
Stars6.8k
Forks410
Last commit1 day ago
cppcheck
cppcheckC++

A static analysis tool for detecting bugs and undefined behavior in C and C++ code.

#undefined-behavior#c-cpp#bug-detection
Stars6.6k
Forks1.6k
Last commit3 days ago
Pyrefly
PyreflyRust

A fast type checker and language server for Python with powerful IDE features like code navigation and completion.

#type-check#incremental-checking#language-server
Stars6.6k
Forks389
Last commit1 day ago
Larastan
LarastanPHP

A PHPStan extension for Laravel that adds static code analysis to catch bugs and improve code quality.

#developer-tools#laravel#code-quality
Stars6.4k
Forks493
Last commit11 days ago
Standard Readme
Standard ReadmeJavaScript

A specification and tooling for creating consistent, high-quality README files across open source projects.

#developer-tools#standard#open-source
Stars6.3k
Forks2.5k
Last commit2 months ago
Antfu Eslint Config
Antfu Eslint ConfigJavaScript

An opinionated, auto-fixing ESLint flat config preset for TypeScript, Vue, React, and more, designed to work standalone without Prettier.

#developer-tools#eslint-flat-config#code-style
Stars6.2k
Forks576
Last commit26 days ago
PreviousPage 2 of 16

Related Tags

Community-curated · Updated weekly · 100% open source

Found a gem we're missing?

Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.

Submit a projectStar on GitHub
12 days ago
Next
#Static Analysis343
#Developer Tools266
#Linting182
#Linter115
#Javascript112
#Ci Cd97
#Eslint95
#Eslint Plugin79
#Hacktoberfest62
#Best Practices56
#Typescript54
#Cli Tool52