9 Commits

Author SHA1 Message Date
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
Jay Hayes
090187ce88 Set ExUnit timeout for quicker process debugging 2022-02-01 08:07:45 -06:00
Martino Visintin
b07df7c780 add .formatter.exs + format 2018-05-22 21:46:54 +01:00
Jay Hayes
1f4f82ea53 Add parens around Enum.each/2 2016-04-27 15:53:37 -05:00
Jay Hayes
c621c1abaa Assert the results of all koans tests 2016-04-27 12:15:26 -05:00
Jay Hayes
a24e179472 Error is raised if an answer isn't provided for each koan 2016-04-26 16:40:52 -05:00
Jay Hayes
fcff0af7b2 Removed unneeded test harness macro 2016-04-24 23:08:06 -05:00
Felipe Sere
b1479487b0 Create a test file for each of the koan modules 2016-04-23 12:31:05 +01:00
Uku Taht
ae6b5a7f19 Initial commit 2015-12-15 17:53:27 +00:00