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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
inaka avatar

inaka/elvis

0
View on GitHub↗
432 Stars·86 Forks·Erlang·3 Aufrufe

Elvis

Erlang Style Reviewer

Features

  • Code Analysis - Style reviewer for maintaining clean Erlang codebases.
  • Static Analysis Tools - Erlang style reviewer.

Star-Verlauf

Star-Verlauf für inaka/elvisStar-Verlauf für inaka/elvis

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Elvis

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Elvis.
  • jendrikseipp/vultureAvatar von jendrikseipp

    jendrikseipp/vulture

    4,655Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗4,655
  • jeremyjh/dialyxirAvatar von jeremyjh

    jeremyjh/dialyxir

    1,791Auf GitHub ansehen↗

    Mix tasks to simplify use of Dialyzer in Elixir projects.

    Elixirdialyzerelixirmix-tasks
    Auf GitHub ansehen↗1,791
  • analysis-tools-dev/static-analysisAvatar von analysis-tools-dev

    analysis-tools-dev/static-analysis

    14,389Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗14,389
  • jimbethancourt/refactorfirstAvatar von jimbethancourt

    jimbethancourt/RefactorFirst

    525Auf GitHub ansehen↗

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

    Java
    Auf GitHub ansehen↗525
Alle 30 Alternativen zu Elvis anzeigen→

Häufig gestellte Fragen

Was macht inaka/elvis?

Erlang Style Reviewer

Was sind die Hauptfunktionen von inaka/elvis?

Die Hauptfunktionen von inaka/elvis sind: Code Analysis, Static Analysis Tools.

Welche Open-Source-Alternativen gibt es zu inaka/elvis?

Open-Source-Alternativen zu inaka/elvis sind unter anderem: jeremyjh/dialyxir — Mix tasks to simplify use of Dialyzer in Elixir projects. pycqa/flake8 — Flake8 is a Python style checker and static analysis tool that identifies programmatic errors and violations of coding… analysis-tools-dev/static-analysis — This project is a comprehensive, curated directory of static analysis, linting, and security scanning utilities. It… jendrikseipp/vulture — Vulture is a static analysis tool and linter designed to find unused variables, functions, and classes in Python… jimbethancourt/refactorfirst — Identifies and prioritizes God Classes Highly Coupled classes, and Class Cycles in Java codebases you should refactor… rrrene/credo — Credo is a static analysis tool and linter for Elixir. It functions as a code quality analyzer that scans source code…