Best Open Source code quality Libraries
A curated list of the most popular GitHub repositories tagged with code quality. Select any project to visualize its architecture and dive into the codebase using RepoMind's AI engine.
#1realm/SwiftLint
A tool to enforce Swift style and conventions.
#2federico-busato/Modern-CPP-Programming
Modern C++ Programming Course (C++03/11/14/17/20/23/26)
#3analysis-tools-dev/static-analysis
⚙️ A curated list of static analysis (SAST) tools and linters for all programming languages, config files, build tools, and more. The focus is on tools which improve code quality.
#4reviewdog/reviewdog
🐶 Automated code review tool integrated with any code analysis tools regardless of programming language
#5checkstyle/checkstyle
Checkstyle is a development tool to help programmers write Java code that adheres to a coding standard. By default it supports the Google Java Style Guide and Sun Code Conventions, but is highly configurable. It can be invoked with an ANT task and a command line program.
#6detekt/detekt
Static code analysis for Kotlin