Code Analysis
Static analysis tools, linters, and code quality assessment libraries. Packages among the 3,000 most downloaded in the past 90 days.
-
credo 1.7.19
A static code analysis tool with a focus on code consistency and teaching.
5.2k3.6m last 90 days5.2k3.6m -
1.8k2.3m
-
378754.3k
-
18736.0k
-
79455.8k
-
styler 1.12.2
A code-style enforcer that will just FIFY instead of complaining
804389.6k last 90 days804389.6k -
excellent_migrations 0.1.10
An analysis tool for checking safety of database migrations.
302383.7k last 90 days302383.7k -
466360.2k
-
44320.4k
-
992283.3k
-
151204.8k
-
116194.0k
-
ex_check 0.16.0
One task to efficiently run all code analysis & testing tools in an Elixir project
166.7k last 90 days-166.7k -
114139.7k
-
69125.5k
-
quokka 2.13.1
A Credo-configured code-style enforcer that will just fix it for you instead of complaining
16996.5k last 90 days16996.5k -
4773.1k
-
credo_naming 2.1.0
A suite of checks to enforce naming best practices in an Elixir project.
9765.3k last 90 days9765.3k -
19161.4k
-
jump_credo_checks 0.5.0
A collection of opinionated Credo checks aimed at improving code quality and catching common mistakes in Elixir, Oban, and LiveView
5048.5k last 90 days5048.5k -
646.6k
-
12843.2k
-
23039.5k
-
6432.1k
-
4030.3k
-
4028.6k
-
credo_contrib 0.2.0
A set of community-maintained checks for the Credo static analysis tool. Many of the checks are implementations of rules from https://github.com/christopheradams/elixir_style_guide.
2523.1k last 90 days2523.1k -
oeditus_credo 0.11.2
Custom Credo checks for detecting common Elixir/Phoenix anti-patterns including N+1 queries, missing error handling, blocking operations, telemetry gaps, and more. Provides 20 comprehensive static analysis checks to improve code quality.
2721.9k last 90 days2721.9k -
31618.9k
-
1817.1k
-
8116.3k
-
11915.9k
-
credo_envvar 0.1.4
Add-on for Credo for checking environment variables that get evaluated at Elixir compile time.
1914.7k last 90 days1914.7k -
coverex 1.5.0
Coverex is an Elixir Coverage tool used by mix. It provides tables with overviews of module and function coverage data, includings links to annotated source code files and supports coveralls.io.
10212.9k last 90 days10212.9k -
depscheck 1.0.13
A CI/CD tool for checking dependency license compatibility in Elixir projects. Reads license information from local hex metadata files and validates compatibility with your project's license using industry-standard rules.
712.7k last 90 days712.7k -
1211.9k
-
credo_ext 0.1.2
A module for Custom Credo checks (extensions) in addition to the default checks.
011.5k last 90 days011.5k -
credo_sonarqube 0.1.3
Add option to credo to generate sonarqube generic issue file
711.1k last 90 days711.1k -
assay 0.7.0
A tool for running Dialyzer in incremental mode on Elixir projects.
1110.8k last 90 days1110.8k -
credence 0.8.1
An Elixir semantic linter that detects performance issues and non-idiomatic code via AST analysis.
7310.1k last 90 days7310.1k -
959.7k
-
47.9k
-
2807.7k
-
carbonite_lint 0.1.1
Static analysis that detects bare Ecto mutations on Carbonite-tracked tables missing audit transactions. Catches the gap between adding a trigger and updating all write paths.
07.7k last 90 days07.7k -
blitz_credo_checks 0.1.10
Custom Credo checks used by the Blitz Backend Elixir team
177.0k last 90 days177.0k -
glinter 2.19.2
A linter for the Gleam programming language with 22 configurable rules
196.7k last 90 days196.7k -
oxide_ex 0.2.2
Elixir NIF bindings for Tailwind CSS Oxide — fast parallel content scanning and candidate extraction.
56.3k last 90 days56.3k -
106.1k
-
lexical_credo 0.5.0
A plugin for the lexical language server that enables Credo checks
5.9k last 90 days-5.9k -
credo_unnecessary_reduce 0.4.0
Credo check to identify cases where `Enum.reduce` can be simplified to other `Enum` functions
205.8k last 90 days205.8k -
eyg_analysis 2.0.1
Infers types for expressions, effects and scope variables of EYG programs.
3645.8k last 90 days3645.8k -
35.7k
-
forge_credo_checks 0.8.0
Custom Credo checks targeting Enum anti-patterns LLMs commonly generate (filter |> map, map |> reject(is_nil), etc.)
05.5k last 90 days05.5k -
rebar3_shellcheck 1.0.1
A rebar3 plugin to run shellcheck on given shell scripts.
25.3k last 90 days25.3k -
ex_crap 0.1.0
Calculate Change Risk Anti-Patterns scores from cyclomatic complexity and test coverage.
105.3k last 90 days105.3k -
duskmoon_vize 9.13.0
Duskmoon fork of Vize Elixir bindings — compile, lint, and format Vue SFCs via Rust NIFs.
655.2k last 90 days655.2k -
type_check 0.13.7
Fast and flexible runtime type-checking: Type checks are optimized by the compiler and types can be composed, re-used and turned into property-testing generators. TypeCheck also focuses on showing understandable messages on typecheck-failures.
5324.9k last 90 days5324.9k -
freedom_formatter 2.1.3
A fork of the Elixir code formatter, with added freedom
404.8k last 90 days404.8k -
credo_exception_swallow 0.3.0
Credo check to detect silent exception swallowing in rescue blocks. Enforces proper error handling by requiring logging, error reporting, or re-raising.
14.5k last 90 days14.5k -
metastatic 0.30.0
Cross-language code analysis library using unified MetaAST representation. Build mutation operators, purity analyzers, and complexity metrics once in Elixir and apply them across Python, JavaScript, Elixir, Ruby, Go, Rust, and more.
34.2k last 90 days34.2k -
784.1k
-
4684.0k
-
credo_runtime_only 0.1.0
A check to ensure there are no compile time variables used across an Elixir project.
03.5k last 90 days03.5k -
surface_formatter 0.7.5
A code formatter for Surface, the component based library for Phoenix LiveView
553.4k last 90 days553.4k -
03.4k
-
83.2k
-
03.1k
-
303.0k