Skip to main content
hex
preview
Search
preview
lex_credo
0.2.1
hex.pm
Change color theme
Light
Dark
System
Select File
.formatter.exs
CHANGELOG.md
LICENSE
README.md
lib/lex_credo.ex
lib/lex_credo/check/design/no_nested_modules.ex
lib/lex_credo/check/readability/doc_examples_section.ex
lib/lex_credo/check/refactor/no_enum_wrapper_functions.ex
lib/lex_credo/check/warning/no_complex_with_else.ex
lib/lex_credo/check/warning/no_enum_all_assert.ex
lib/lex_credo/check/warning/no_process_sleep_in_tests.ex
lib/lex_credo/check/warning/non_boolean_with_strict_operator.ex
lib/lex_credo/check/warning/prefer_boolean_operators.ex
lib/lex_credo/check/warning/struct_match_in_function_head.ex
lib/lex_credo/check/warning/use_positive_type_guards.ex
lib/lex_credo/check/warning/use_start_supervised.ex
lib/lex_credo/check_helpers.ex
mix.exs
.formatter.exs
# Used by "mix format"
[
inputs
:
[
"{mix,.formatter}.exs"
,
"{config,lib,test}/**/*.{ex,exs}"
]
]