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
Parker DeBardelaben
e446d3ed99 Update file_system 2021-03-22 12:33:16 -04:00
Jeff Gandt
3742caf1b4 Convert from the retired ExFSWatch to FileSystem
Initial working commit. Use the new GenServer only API.
2017-12-13 09:39:54 -05:00
Felipe Sere
ae53f24f3c Use latest exfswatch 2017-04-09 09:20:40 +01:00
Felipe Sere
ebae90c50a Update to the latest exfswatch to fix issue with Ubuntu 2017-02-18 17:21:33 +00:00
Jay Hayes
feda92c59b Bump exfswatch version to fix Elixir 1.4 warnings 2017-01-21 08:21:59 -06:00
gemcfadyen
c970ed01dd Protocol examples updated to use Structs 2016-05-25 17:44:42 +01:00
Uku Taht
e8a16af08f Update exfswatch 2016-03-20 19:19:24 +00:00
Uku Taht
ae6b5a7f19 Initial commit 2015-12-15 17:53:27 +00:00