pinterest / riffed

Provides idiomatic Elixir bindings for Apache Thrift
Apache License 2.0
308 stars 37 forks source link

Resolve a compiler warning with quoted atom in mix.ex #57

Closed aawilson closed 4 years ago

aawilson commented 4 years ago

Example of the warning is here:

warning: found quoted keyword "coveralls" but the quotes are not required. Note that keywords are always atoms, even when quoted. Similar to atoms, keywords made exclusively of Unicode letters, numbers, underscore, and @ do not require quotes
    <unimportant projdir>/deps/riffed/mix.exs:18
Resolving Hex dependencies...
Dependency resolution completed:
New:
thrift 1.3.2                                                                                                                                                                                                    * Getting thrift (Hex package)      

This PR takes the recommended action.

jparise commented 4 years ago

Thanks!