Skip to content

exclude globals from find_undeclared_variables#994

Merged
davidism merged 1 commit intopallets:masterfrom
bkiu:931-undeclared-variables
Jul 22, 2019
Merged

exclude globals from find_undeclared_variables#994
davidism merged 1 commit intopallets:masterfrom
bkiu:931-undeclared-variables

Conversation

@bkiu
Copy link
Copy Markdown
Contributor

@bkiu bkiu commented May 7, 2019

Added a check for global variables when running find_undeclared_variables. Tests updated to reflect the change as well.

Written at PyCon 2019 Sprints.

fixes #931

@davidism davidism force-pushed the 931-undeclared-variables branch from 40eb825 to f7b110c Compare July 22, 2019 17:44
@davidism davidism changed the title Excluding global filters from find_undeclared_variables. Fixes #931 exclude globals from find_undeclared_variables Jul 22, 2019
@davidism davidism added this to the 2.11.0 milestone Jul 22, 2019
@davidism davidism merged commit 2e950f0 into pallets:master Jul 22, 2019
@yzfieldsky

This comment has been minimized.

@github-actions github-actions Bot locked as resolved and limited conversation to collaborators Nov 13, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

meta.find_undeclared_variables returns "range" as undeclared variable

3 participants