Skip to content
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

'unused' vs 'global' config crossing wires? #192

Open
bferguson3 opened this issue Apr 9, 2019 · 0 comments
Open

'unused' vs 'global' config crossing wires? #192

bferguson3 opened this issue Apr 9, 2019 · 0 comments

Comments

@bferguson3
Copy link

"unused = false" will only hide local unused variable warnings.
"global = false" will hide both unused global warnings, AND accessing undefined variable warnings.

I want to hide ONLY unused global warnings, but keep accessing undefined variable warnings. Is this possible?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant