Skip to content

Commit

Permalink
Merge pull request #1 from christhekeele/handoff
Browse files Browse the repository at this point in the history
Project handoff to forked version.
  • Loading branch information
christhekeele committed Jun 20, 2024
2 parents 0548765 + a16d7c7 commit 4c9c2a5
Show file tree
Hide file tree
Showing 27 changed files with 1,827 additions and 188 deletions.
11 changes: 0 additions & 11 deletions .check.exs

This file was deleted.

3 changes: 2 additions & 1 deletion .credo.exs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
excluded: [
"mix.exs",
"_build/",
"deps/",
".git/"
]
},
Expand All @@ -18,7 +19,7 @@
{Credo.Check.Readability.MaxLineLength, false},
{Credo.Check.Readability.PreferImplicitTry, false},
{Credo.Check.Refactor.ABCSize},
{Credo.Check.Refactor.PipeChainStart},
{Credo.Check.Refactor.PipeChainStart}
]
}
]
Expand Down
2 changes: 1 addition & 1 deletion .formatter.exs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Used by "mix format"
[
inputs: ["mix.exs", "{config,lib,test}/**/*.{ex,exs}"]
inputs: ["*.exs", "{config,lib,test}/**/*.{ex,exs}"]
]
Loading

0 comments on commit 4c9c2a5

Please sign in to comment.