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.12
A static code analysis tool with a focus on code consistency and teaching.
-
-
-
-
-
styler 1.6.0
A code-style enforcer that will just FIFY instead of complaining
-
excellent_migrations 0.1.8
An analysis tool for checking safety of database migrations.
-
-
-
-
-
ex_check 0.16.0
One task to efficiently run all code analysis & testing tools in an Elixir project
-
credo_naming 2.1.0
A suite of checks to enforce naming best practices in an Elixir project.
-
-
-
-
quokka 2.10.0
A Credo-configured code-style enforcer that will just fix it for you instead of complaining
-
-
-
-
-
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.
-
-
-
-
credo_sonarqube 0.1.3
Add option to credo to generate sonarqube generic issue file
-
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.
-
-
-
blitz_credo_checks 0.1.10
Custom Credo checks used by the Blitz Backend Elixir team
-
lexical_credo 0.5.0
A plugin for the lexical language server that enables Credo checks
-
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.
-
-
credo_ext 0.1.1
A module for Custom Credo checks (extensions) in addition to the default checks.
-
credo_envvar 0.1.4
Add-on for Credo for checking environment variables that get evaluated at Elixir compile time.
-
-
-
rebar3_shellcheck 1.0.1
A rebar3 plugin to run shellcheck on given shell scripts.
-
-
-
-
freedom_formatter 2.1.1
A fork of the Elixir code formatter, with added freedom
-
-
-
-
-
ex_fixer 1.0.0
A mix task that automatically fixes compiler warnings: prefixes unused variables, removes unused aliases, removes unused imports.
-
credo_code_climate 0.1.0
Credo plugin for writing the CodeClimate-like result file
-
credo_unnecessary_reduce 0.3.0
Credo check to identify cases where `Enum.reduce` can be simplified to other `Enum` functions
-
surface_formatter 0.7.5
A code formatter for Surface, the component based library for Phoenix LiveView
-
-