jjh42 / mock

Mocking library for Elixir language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Elixir 1.7 warning: found quoted keyword "coveralls" but the quotes are not required

Betree opened this issue · comments

  • Full log
warning: found quoted keyword "coveralls" but the quotes are not required. Note that keywords are always atoms, even when quoted, and quotes should only be used to introduce keywordswith foreign characters in them
  /home/user/Workspace/JobsTests/wunder_carpool/coordinator/deps/mock/mix.exs:15

See elixir-lang/elixir#7838