This repository has been archived on 2025-04-11. You can view files and clone it, but cannot push or open issues or pull requests.
multipub/.pyenv/lib/python3.7/site-packages/pylint/test/functional/globals.txt

8 lines
487 B
Text
Raw Normal View History

2019-02-09 02:45:25 -06:00
global-at-module-level:4::Using the global statement at the module level
undefined-variable:5::Undefined variable 'CSTE'
global-statement:11:fix_contant:Using the global statement
global-variable-not-assigned:18:other:Using global for 'HOP' but no assignment is done
undefined-variable:19:other:Undefined variable 'HOP'
global-variable-undefined:24:define_constant:Global variable 'SOMEVAR' undefined at the module level
global-statement:31:global_with_import:Using the global statement