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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
jeremyjh avatar

jeremyjh/dialyxir

0
View on GitHub↗
1,791 stars·161 forks·Elixir·Apache-2.0·9 views

Dialyxir

Mix tasks to simplify use of Dialyzer in Elixir projects.

Features

  • Code Analysis - Mix tasks for Dialyzer integration.
  • Static Analysis Tools - Mix tasks to simplify Dialyzer usage in Elixir.

Star history

Star history chart for jeremyjh/dialyxirStar history chart for jeremyjh/dialyxir

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Dialyxir

These projects share indexed features with Dialyxir. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • inaka/elvisinaka avatar

    inaka/elvis

    432View on GitHub↗

    Erlang Style Reviewer

    Erlang
    View on GitHub↗432
  • jendrikseipp/vulturejendrikseipp avatar

    jendrikseipp/vulture

    4,655View on 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
    View on GitHub↗4,655
  • analysis-tools-dev/static-analysisanalysis-tools-dev avatar

    analysis-tools-dev/static-analysis

    14,389View on 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
    View on GitHub↗14,389
  • jimbethancourt/refactorfirstjimbethancourt avatar

    jimbethancourt/RefactorFirst

    525View on GitHub↗

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

    Java
    View on GitHub↗525
Compare all 30 related projects→

Frequently asked questions

What does jeremyjh/dialyxir do?

Mix tasks to simplify use of Dialyzer in Elixir projects.

What are the main features of jeremyjh/dialyxir?

The main features of jeremyjh/dialyxir are: Code Analysis, Static Analysis Tools.

Which projects share features with jeremyjh/dialyxir?

Projects with overlapping indexed features include: jendrikseipp/vulture — Vulture is a static analysis tool and linter designed to find unused variables, functions, and classes in Python… 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… inaka/elvis — Erlang Style Reviewer. 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…