Skip to content

Commit

Permalink
pylint: add new false positive
Browse files Browse the repository at this point in the history
  • Loading branch information
KKoukiou committed Feb 26, 2024
1 parent cd8e286 commit adddf6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/pylint/runpylint.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ def __init__(self):

self.false_positives = [
FalsePositive(r"^E1101.*: Instance of 'KickstartSpecificationHandler' has no '.*' member$"),
FalsePositive(r"^E1101.*: Class 'Bytes' has no 'new' member$"),

# TODO: BlockDev introspection needs to be added to pylint to handle these
FalsePositive(r"E1101.*: Instance of 'int' has no 'dasd_is_fba' member"),
Expand Down

0 comments on commit adddf6e

Please sign in to comment.