Skip to content

Commit

Permalink
Merge pull request #415 from saimachi/sm-linting
Browse files Browse the repository at this point in the history
Suppressed unnecessary issues in .pylintrc
  • Loading branch information
ciprianjichici authored Dec 22, 2023
2 parents a7ca6da + 2997c56 commit 945ba20
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/python/PythonSDK/.pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,11 @@ disable=raw-checker-failed,
use-symbolic-message-instead,
use-implicit-booleaness-not-comparison-to-string,
use-implicit-booleaness-not-comparison-to-zero,
broad-exception-caught
broad-exception-caught,
arguments-differ,
too-few-public-methods,
too-many-return-statements,
duplicate-code

# Enable the message, report, category or checker with the given id(s). You can
# either give multiple identifier separated by comma (,) or put this option
Expand Down

0 comments on commit 945ba20

Please sign in to comment.