kellymclaughlin / rebar3-eqc-plugin

A rebar3 plugin to enable the execution of Erlang QuickCheck properties
Apache License 2.0
13 stars 20 forks source link

Ignore nonapplicable files when listing eqc directory contents #3

Closed kellymclaughlin closed 9 years ago

kellymclaughlin commented 9 years ago

Ignore files such as vim swap files or other nonapplicable files that may be present.

Example of failure:

{undef,[{'.myapp_eqc_statem.erl',module_info,[exports],[]}, 
Licenser commented 9 years ago

The same happens with header files

kellymclaughlin commented 9 years ago

The same happens with header files

Thanks for the report. I'll try get this fixed in the next few days and push out a new version.

kellymclaughlin commented 9 years ago

I've pushed a 0.0.6 tag with a fix for this and published an updated package to Hex as well.