awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to inaka/elvis

Open-source alternatives to Elvis

30 open-source projects similar to inaka/elvis, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Elvis alternative.

  • analysis-tools-dev/static-analysisAvatar de analysis-tools-dev

    analysis-tools-dev/static-analysis

    14,389Voir sur GitHub↗

    This project is a comprehensive, curated directory of static analysis, linting, and security scanning utilities. It serves as a central resource for developers to discover, compare, and select tools based on specific programming languages, licensing models, and integration requirements. The directory distinguishes itself by providing deep metadata for each listed utility, including community-driven popularity rankings, maintenance status, and deployment methods. By aggregating these tools into a single searchable index, it enables teams to identify solutions for enforcing coding standards, ma

    Rustanalysisawesome-listcode-quality
    Voir sur GitHub↗14,389
  • rrrene/credoAvatar de rrrene

    rrrene/credo

    5,193Voir sur GitHub↗

    Credo is a static analysis tool and linter for Elixir. It functions as a code quality analyzer that scans source code to identify stylistic inconsistencies, common mistakes, and potential security vulnerabilities. The tool provides a customizable framework for defining and testing specialized rules to enforce project-specific coding standards. It identifies complex code fragments and duplication to highlight opportunities for refactoring and simplification. Its capabilities cover automated code reviews, the enforcement of Elixir coding standards, and real-time developer feedback through edit

    Elixir
    Voir sur GitHub↗5,193
  • uber/nullawayAvatar de uber

    uber/NullAway

    4,064Voir sur GitHub↗

    NullAway is a Java static analysis tool and build-time detector designed to identify null pointer risks. It functions as a nullability checker that uses annotations to verify that references are not null before they are dereferenced, preventing runtime crashes. The analyzer implements the JSpecify standard to ensure consistent nullability annotations across different Java libraries. It distinguishes itself through the use of a service provider interface to model the nullability behavior of third-party libraries that lack source annotations and by providing specialized support for Lombok-gener

    Javaandroidjavanullability
    Voir sur GitHub↗4,064

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Find more with AI search
  • jendrikseipp/vultureAvatar de jendrikseipp

    jendrikseipp/vulture

    4,655Voir sur GitHub↗

    Vulture is a static analysis tool and linter designed to find unused variables, functions, and classes in Python source code. It operates as a dead code detector and unused code finder that scans source files to identify unreachable expressions and imports without executing the code. The tool employs a confidence-based heuristic scoring system to assign probability values to detections, helping to distinguish truly unused symbols from potential false positives. It further assists in pruning dead logic by sorting detected unused classes and functions by line count to prioritize the removal of

    Pythondead-code-removalpython
    Voir sur GitHub↗4,655
  • jimbethancourt/refactorfirstAvatar de jimbethancourt

    jimbethancourt/RefactorFirst

    525Voir sur GitHub↗

    Identifies and prioritizes God Classes Highly Coupled classes, and Class Cycles in Java codebases you should refactor first.

    Java
    Voir sur GitHub↗525
  • pycqa/flake8Avatar de PyCQA

    PyCQA/flake8

    3,760Voir sur GitHub↗

    Flake8 is a Python style checker and static analysis tool that identifies programmatic errors and violations of coding standards in source files. It serves as a linting wrapper that aggregates multiple checkers into a single interface, functioning as a pluggable framework for Python code analysis. The tool incorporates a cyclomatic complexity analyzer to measure the logical complexity of functions and identify code that requires refactoring. It is designed for extensibility, allowing the integration of custom plugins and rules through defined entry points. The system provides capabilities fo

    Pythoncomplexity-analysisflake8linter
    Voir sur GitHub↗3,760
  • jeremyjh/dialyxirAvatar de jeremyjh

    jeremyjh/dialyxir

    1,791Voir sur GitHub↗

    Mix tasks to simplify use of Dialyzer in Elixir projects.

    Elixirdialyzerelixirmix-tasks
    Voir sur GitHub↗1,791
  • alibaba/p3cAvatar de alibaba

    alibaba/p3c

    30,827Voir sur GitHub↗

    p3c is a Java static analysis tool and code quality linter designed to enforce professional coding guidelines and quality standards. It utilizes a set of custom rules based on the PMD engine to scan source code for style violations, performance bottlenecks, and potential bugs. The project is distributed as an IDE linting plugin that provides real-time feedback and warnings during development. It also includes functionality for pre-commit code quality gates, allowing modified files to be scanned and blocked if they violate defined rules before being committed to version control. The analysis

    Kotlin
    Voir sur GitHub↗30,827
  • alfert/coverexAvatar de alfert

    alfert/coverex

    102Voir sur GitHub↗

    Coverage Reports for Elixir

    JavaScript
    Voir sur GitHub↗102
  • alexkohler/dogsledAvatar de alexkohler

    alexkohler/dogsled

    75Voir sur GitHub↗

    dogsled is a Go static analysis tool to find assignments/declarations with too many blank identifiers.

    Go
    Voir sur GitHub↗75
  • arangogutierrez/golinty-actionAvatar de ArangoGutierrez

    ArangoGutierrez/GoLinty-Action

    10Voir sur GitHub↗

    GitHub action to run Go lint checks on PR event

    Shell
    Voir sur GitHub↗10
  • ashutoshgngwr/validate-fastlane-supply-metadataAvatar de ashutoshgngwr

    ashutoshgngwr/validate-fastlane-supply-metadata

    27Voir sur GitHub↗

    A Github Action to statically validate Fastlane metadata for Android (supply).

    Go
    Voir sur GitHub↗27
  • asm89/twig-lintAvatar de asm89

    asm89/twig-lint

    118Voir sur GitHub↗

    Standalone twig linter.

    PHP
    Voir sur GitHub↗118
  • astral-sh/ruffAvatar de astral-sh

    astral-sh/ruff

    48,177Voir sur GitHub↗

    Ruff is a high-performance static analysis and code formatting tool designed for Python. Built in Rust, it functions as a comprehensive engine that scans source code to detect programming errors, security vulnerabilities, and deviations from established coding standards. By parsing source code into a structured tree representation, it provides both automated linting and style enforcement across entire projects. The tool distinguishes itself through its speed and deep integration into the development lifecycle. It utilizes parallelized file processing to maximize throughput on large codebases

    Rustlinterpep8python
    Voir sur GitHub↗48,177
  • anordal/shellhardenAvatar de anordal

    anordal/shellharden

    4,784Voir sur GitHub↗

    Shellharden is a shell script hardening tool and linter designed to improve the security and reliability of Bash scripts. It functions as an automated utility that rewrites scripts to follow industry standards for quoting and security practices. The project provides an optimizer and standardizer that replaces unsafe patterns and aliases with safer functional equivalents. It includes a syntax highlighter that uses visual markers and colorization to indicate vulnerabilities and areas where quoting corrections are required. The tool covers a broad range of capabilities including automated safet

    Rust
    Voir sur GitHub↗4,784
  • ankitvgupta/pycodestyle-actionAvatar de ankitvgupta

    ankitvgupta/pycodestyle-action

    9Voir sur GitHub↗

    A Github Action that runs pycodestyle and leaves a comment on your pull request with style errors.

    Shell
    Voir sur GitHub↗9
  • alexkohler/preallocAvatar de alexkohler

    alexkohler/prealloc

    666Voir sur GitHub↗

    prealloc is a Go static analysis tool to find slice declarations that could potentially be preallocated.

    Go
    Voir sur GitHub↗666
  • blazeeboy/rubrowserAvatar de blazeeboy

    blazeeboy/rubrowser

    646Voir sur GitHub↗

    a ruby code dependency graph interactive visualizer

    JavaScript
    Voir sur GitHub↗646
  • bmitch/churn-phpAvatar de bmitch

    bmitch/churn-php

    1,376Voir sur GitHub↗

    Discover files in need of refactoring.

    PHP
    Voir sur GitHub↗1,376
  • bombsimon/wslAvatar de bombsimon

    bombsimon/wsl

    374Voir sur GitHub↗

    ␊ whitespace linter - Forces you to use empty lines!

    Go
    Voir sur GitHub↗374
  • borkdude/clj-kondoAvatar de borkdude

    borkdude/clj-kondo

    1,841Voir sur GitHub↗

    Static analyzer and linter for Clojure code that sparks joy

    Clojure
    Voir sur GitHub↗1,841
  • burdzwastaken/hadolint-actionAvatar de burdzwastaken

    burdzwastaken/hadolint-action

    13Voir sur GitHub↗

    A GitHub action to run hadolint and reports violations given a Dockerfile within a repository

    Shell
    Voir sur GitHub↗13
  • burtonqin/lockbudAvatar de BurtonQin

    BurtonQin/lockbud

    591Voir sur GitHub↗

    Detect concurrency and memory bugs and possible panic locations in Rust projects

    Rust
    Voir sur GitHub↗591
  • cakedc/cakephp-phpstanAvatar de CakeDC

    CakeDC/cakephp-phpstan

    42Voir sur GitHub↗

    PHPStan CakePHP

    PHP
    Voir sur GitHub↗42
  • carlosas/phpatAvatar de carlosas

    carlosas/phpat

    1,264Voir sur GitHub↗
    PHParchitecturelinterphp
    Voir sur GitHub↗1,264
  • channable/dbcriticAvatar de channable

    channable/dbcritic

    180Voir sur GitHub↗

    dbcritic finds problems in a database schema.

    Idris
    Voir sur GitHub↗180
  • checkstyle/checkstyleAvatar de checkstyle

    checkstyle/checkstyle

    8,867Voir sur GitHub↗

    Checkstyle is a Java static analysis tool and linter designed to identify and enforce coding standards and best practices. It functions as a code quality auditor and Javadoc validation tool, checking source code against configurable rulesets to ensure structural and stylistic consistency. The project allows for the creation of custom linting rules by extending a core API to inspect the abstract syntax tree. It further enables specialized validation through the use of XPath expressions to query the syntax tree for specific code patterns and violations. Capability areas include the enforcement

    Javacode-qualitycommand-line-toolhacktoberfest
    Voir sur GitHub↗8,867
  • chekalsky/phpcs-actionAvatar de chekalsky

    chekalsky/phpcs-action

    55Voir sur GitHub↗

    Github Action helps you check your code with PHP_CodeSniffer

    Voir sur GitHub↗55
  • client9/misspellAvatar de client9

    client9/misspell

    1,395Voir sur GitHub↗
    Go
    Voir sur GitHub↗1,395
  • avto-dev/markdown-lintAvatar de avto-dev

    avto-dev/markdown-lint

    81Voir sur GitHub↗

    Linter for markdown (with presets)

    JavaScript
    Voir sur GitHub↗81