Dialyzer fixes #24

Merged
zxq9 merged 2 commits from dialyzer-fixes into master 2019-03-12 22:27:18 +09:00

2 Commits

Author SHA1 Message Date
Juraj Hlista
84f59998a2 Change types of exec and extra_args to binary
When config is created, it accepts binaries that are converted to list
and kept in config record. This causes issues in the code that uses this
project as a dependency. There is a different type for exec and extra_args
outside and inside the config record.
2019-03-12 11:00:57 +07:00
Juraj Hlista
73b70519f1 Use defines from .hrl in the code 2019-03-12 11:00:51 +07:00