refactor: changed docs around variable underscore not used #84
Annotations
2 errors and 10 warnings
Run tests:
test/refactor/variable/extract_variable_test.exs#L273
test extracts single captured variable inside anonymous function (Refactorex.Refactor.Variable.ExtractVariableTest)
|
Run tests
Process completed with exit code 2.
|
Run tests
x..y inside match is deprecated, you must always match on the step: x..y//var or x..y//_ if you want to ignore it
|
Run tests
x..y inside match is deprecated, you must always match on the step: x..y//var or x..y//_ if you want to ignore it
|
Run tests
0..-2 has a default step of -1, please write 0..-2//-1 instead
|
Run tests
1..-1 has a default step of -1, please write 1..-1//-1 instead
|
Run tests
1..-2 has a default step of -1, please write 1..-2//-1 instead
|
Run tests
1..-2 has a default step of -1, please write 1..-2//-1 instead
|
Run tests
1..-2 has a default step of -1, please write 1..-2//-1 instead
|
Run tests
1..-2 has a default step of -1, please write 1..-2//-1 instead
|
Run tests
1..-2 has a default step of -1, please write 1..-2//-1 instead
|
Run tests
1..-2 has a default step of -1, please write 1..-2//-1 instead
|
Loading