-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
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
state_record_and_type false positive when record includes defines from header file #295
Labels
Comments
Hey @Licenser, I am unable to reproduce this issue with the current version of elvis, can you try this with the latest version of elvis and confirm if this issue was already solved? I am using your example for the tests. This is the output when I run elvis:
Example Project:
Files content:Makefile
elvis.config
erlang.mk (ERLANG_MK_VERSION = 2.0.0-pre.2-60-g1e6fc7b)
src/example.hrl
|
Closing this issue, it seems fixed to me |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following error is printed
as a false positive under the following conditions:
example.hrl
example.erl
The text was updated successfully, but these errors were encountered: