xavier / expletive

Profanity filter library for Elixir
Apache License 2.0
43 stars 9 forks source link

Clear Compile Warnings #2

Closed benfalk closed 7 years ago

benfalk commented 7 years ago

With Elixir >= 1.4.0 calling functions without parentheses causes compile warnings such as this:

warning: variable "package" does not exist and is being expanded
to "package()", please use parentheses to remove the ambiguity or
change the variable name

This removes these warnings so that projects brining in this as a dependency don't see these warnings.

xavier commented 7 years ago

👍 Thanks for this fix!