NEW182071
check-webkit-style: False positive python undefined variable pylon warning - linter doesn't seem to follow includes
https://bugs.webkit.org/show_bug.cgi?id=182071
Summary check-webkit-style: False positive python undefined variable pylon warning - ...
Joseph Pecoraro
Reported 2018-01-24 16:05:32 PST
False positive python undefined variable pylon warning - linter doesn't seem to follow includes Bug: <https://webkit.org/b/182067> Web Inspector: Simplify update-LegacyInspectorBackendCommands.rb Attachment: <https://bugs.webkit.org/attachment.cgi?id=332203> Style Bot: > ERROR: Source/JavaScriptCore/inspector/scripts/generate-inspector-protocol-bindings.py:199: [generate_from_specification] Undefined variable 'JSBackendCommandsGenerator' [pylint/E0602] [5] This error doesn't make sense. `JSBackendCommandsGenerator` is used multiple times in the file and imported early on. This can be a noisy false positive in some files.
Attachments
Note You need to log in before you can comment on or make changes to this bug.