-
Notifications
You must be signed in to change notification settings - Fork 84
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
AVOID_EMPTY_FILES being reported if file doesn't exist #336
Comments
@TheRealAgentK , this is implemented. |
Hmmm, still seeing this :(
In the JSON file I find:
|
I see that. Try now. |
Running CFLint on the command line with -file against a file that doesn't exist and AVOID_EMPTY_FILES is enabled, it will report AVOID_EMPTY_FILES against that file.
Probably it should in this case not report but spit out a message on the command line and not even go into processing. This might be connected to the change in #291 .
The text was updated successfully, but these errors were encountered: