forked from JacobDomagala/StaticAnalysis
-
Notifications
You must be signed in to change notification settings - Fork 0
Fix pylint W0717 #38
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't workingstatic-analysisAn issue related to a static analysis resultAn issue related to a static analysis result
Milestone
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingstatic-analysisAn issue related to a static analysis resultAn issue related to a static analysis result
src\sa_utils.py:187:12: W0717: try clause contains 5 statements, expected at most 1 (too-many-try-statements)
src\sa_utils.py:359:16: W0717: try clause contains 3 statements, expected at most 1 (too-many-try-statements)
src\sa_utils.py:433:16: W0717: try clause contains 3 statements, expected at most 1 (too-many-try-statements)
test\test_join_sarif.py:10:0: W0717: try clause contains 2 statements, expected at most 1 (too-many-try-statements)
test\test_sa_utils.py:5:0: W0717: try clause contains 2 statements, expected at most 1 (too-many-try-statements)
test\test_static_analysis_cpp.py:5:0: W0717: try clause contains 2 statements, expected at most 1 (too-many-try-statements)
test\test_static_analysis_python.py:6:0: W0717: try clause contains 2 statements, expected at most 1 (too-many-try-statements)
test\test_get_files_to_check.py:5:0: W0717: try clause contains 2 statements, expected at most 1 (too-many-try-statements)