Refactor modules into contexts (#78)
* [WIP] break out a few contexts, start refactoring fast index modules * [WIP] more contexts, this time around slow indexing and downloads * [WIP] got all tests passing * [WIP] Added moduledocs * Built a genserver to rename old jobs on boot * Added a module naming check; moved things around * Fixed specs
This commit is contained in:
+10
-1
@@ -157,7 +157,16 @@
|
||||
{Credo.Check.Warning.UnusedRegexOperation, []},
|
||||
{Credo.Check.Warning.UnusedStringOperation, []},
|
||||
{Credo.Check.Warning.UnusedTupleOperation, []},
|
||||
{Credo.Check.Warning.WrongTestFileExtension, []}
|
||||
{Credo.Check.Warning.WrongTestFileExtension, []},
|
||||
|
||||
#
|
||||
## Naming Checks
|
||||
#
|
||||
{CredoNaming.Check.Consistency.ModuleFilename,
|
||||
[
|
||||
priority: :normal,
|
||||
excluded_paths: [~r/test\/support/, ~r/priv/, ~r/lib\/pinchflat_web/, ~r/test\/pinchflat_web/]
|
||||
]}
|
||||
],
|
||||
disabled: [
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user