Skip to content

Commit

Permalink
SONARPY-2298 document new issues in S5795 stemming from better type r…
Browse files Browse the repository at this point in the history
…esolution (#2127)
  • Loading branch information
Seppli11 authored Nov 4, 2024
1 parent 5ac9d1b commit c48a2ff
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -160,3 +160,10 @@ def potential_null_symbols():
def comparison_to_class(arg):
import typing
arg is not typing.Tuple

def resolved_integer_variables(arg):
import logging
import subprocess

arg is logging.INFO # Noncompliant
arg is subprocess.STDOUT # Noncompliant

0 comments on commit c48a2ff

Please sign in to comment.