Jay Hayes
9a6999e2f6
Skip a couple warnings
2023-11-10 07:00:43 -06:00
Ahmed Ismail
ca3e758e93
Revert back test/blanks_test.exs to original state
2023-11-10 13:20:17 +05:00
Ahmed Ismail
edf50fdf80
Add credo to the project and:
...
- Run mix credo --all to identify possible code optimizations
- Resolve most of the errors generated by credo such as:
- Numbers larger than 9999 should be written with underscores: 58_127
- Modules should have a @moduledoc tag
- Comparison will always return true
2023-11-10 00:57:21 +05:00
Martino Visintin
b07df7c780
add .formatter.exs + format
2018-05-22 21:46:54 +01:00
Jay Hayes
c7c2fbcdff
Auto-pin variables when replacing blanks in assert_receive
2016-05-02 20:45:03 -05:00
Jay Hayes
b4fb404aff
Quote expressions instead of hand-writing them
...
This makes it much easier to grok.
2016-04-24 22:58:26 -05:00
Jay Hayes
8a706846d3
Remove unused functions
2016-04-24 22:58:01 -05:00
Uku Taht
5e7391402e
Stop wrapping ExUnit
2016-04-23 21:39:22 +01:00
Uku Taht
ded0f11ec6
Use triple underscore instead of double
2016-04-20 11:23:44 +01:00
Uku Taht
ea2bb8f9bf
Use bare double underscores instead of atoms
2016-04-19 13:35:20 +01:00
Felipe Sere
994579f497
Rename and clean the ASTMangler to Blanks
2016-03-20 19:51:45 +00:00