more docs #107
Annotations
10 errors and 1 warning
Run mix test:
test/style/defs_test.exs#L131
test run when clause w kwl do (Quokka.Style.DefsTest)
|
Run mix test:
test/style/defs_test.exs#L38
test run function with do keyword (Quokka.Style.DefsTest)
|
Run mix test:
test/style/defs_test.exs#L169
test run rewrites subsequent definitions (Quokka.Style.DefsTest)
|
Run mix test:
test/style/defs_test.exs#L86
test run function with do block (Quokka.Style.DefsTest)
|
Run mix test:
test/style/defs_test.exs#L105
test run no body (Quokka.Style.DefsTest)
|
Run mix test:
test/style/defs_test.exs#L153
test run keyword do with a list (Quokka.Style.DefsTest)
|
Run mix test:
test/style/defs_test.exs#L189
test run when clause with block do (Quokka.Style.DefsTest)
|
Run mix test:
test/style/styles_test.exs#L23
test pipes + defs pipes doesnt abuse meta and break defs (Quokka.Style.StylesTest)
|
Run mix test:
test/style/module_directives/alias_lifting_test.exs#L401
test it doesn't lift collisions with configured regexes (Quokka.Style.ModuleDirectives.AliasLiftingTest)
|
Run mix test
Process completed with exit code 2.
|
Run mix test
Range.new/2 and first..last default to a step of -1 when last < first. Use Range.new(first, last, -1) or first..last//-1, or pass 1 if that was your intention
|
Loading