Commit ce9c8bb
SONARPY-229 UselessParenthesisAfterKeywordCheck should not raise issues on tuples (SonarSource#122)
1 parent 691b8a5 commit ce9c8bb
3 files changed
Lines changed: 15 additions & 14 deletions
File tree
- its/ruling/src/test/resources/expected
- python-checks/src
- main/java/org/sonar/python/checks
- test/resources/checks
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
323 | 323 | | |
324 | 324 | | |
325 | 325 | | |
326 | | - | |
327 | | - | |
328 | | - | |
329 | 326 | | |
330 | 327 | | |
331 | 328 | | |
| |||
514 | 511 | | |
515 | 512 | | |
516 | 513 | | |
517 | | - | |
518 | | - | |
519 | | - | |
520 | | - | |
521 | 514 | | |
522 | 515 | | |
523 | 516 | | |
| |||
549 | 542 | | |
550 | 543 | | |
551 | 544 | | |
552 | | - | |
553 | 545 | | |
554 | 546 | | |
555 | 547 | | |
| |||
752 | 744 | | |
753 | 745 | | |
754 | 746 | | |
755 | | - | |
756 | 747 | | |
757 | 748 | | |
758 | 749 | | |
759 | | - | |
760 | 750 | | |
761 | 751 | | |
762 | 752 | | |
| |||
1417 | 1407 | | |
1418 | 1408 | | |
1419 | 1409 | | |
1420 | | - | |
1421 | | - | |
1422 | | - | |
1423 | 1410 | | |
1424 | 1411 | | |
1425 | 1412 | | |
| |||
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
91 | 97 | | |
92 | 98 | | |
93 | 99 | | |
| |||
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
0 commit comments