mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-30 08:41:59 +07:00
Inspection to check that comparisons with None are performed with 'is' rather than '=='
18 lines
526 B
XML
18 lines
526 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<problems>
|
|
<problem>
|
|
<file>test.py</file>
|
|
<line>1</line>
|
|
<description>Comparison with None performed with equality operators</description>
|
|
</problem>
|
|
<problem>
|
|
<file>test.py</file>
|
|
<line>1</line>
|
|
<description>Comparison with None performed with equality operators</description>
|
|
</problem>
|
|
<problem>
|
|
<file>test.py</file>
|
|
<line>1</line>
|
|
<description>Comparison with None performed with equality operators</description>
|
|
</problem>
|
|
</problems> |