We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Find -include attributes that are not necessary, since the module doesn't use anything from the file.
-include
⚠️ Hank has to be careful because some times those files include not just macros and records, but also attributes (e.g. -compile(export_all).).
-compile(export_all).
ℹ️ There is something similar to this being developed as part of erlang-ls
The text was updated successfully, but these errors were encountered:
+1
Ran into this today.
Seems developers are keen on copying files upon files without taking care of clearing the headers 🤣
Sorry, something went wrong.
No branches or pull requests
Find
-include
attributes that are not necessary, since the module doesn't use anything from the file.-compile(export_all).
).ℹ️ There is something similar to this being developed as part of erlang-ls
The text was updated successfully, but these errors were encountered: