Skip to content

Commit

Permalink
be more stricter
Browse files Browse the repository at this point in the history
  • Loading branch information
okothkongo committed Nov 15, 2023
1 parent 1df6440 commit 207c6a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .credo.exs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
#
## Readability Checks
#
{Credo.Check.Readability.AliasOrder, false},
{Credo.Check.Readability.AliasOrder, []},
{Credo.Check.Readability.FunctionNames, []},
{Credo.Check.Readability.LargeNumbers, []},
{Credo.Check.Readability.MaxLineLength, [priority: :low, max_length: 120]},
Expand Down
2 changes: 1 addition & 1 deletion coveralls.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{

"coverage_options": {
"minimum_coverage": 69.2
"minimum_coverage": 89.5
},
"skip_files": ["lib/elixir_conf_africa_web/components/core_components.ex"]
}

0 comments on commit 207c6a6

Please sign in to comment.