Commit c8c732c
File tree
Expand file treeCollapse file tree
56 files changed
+94
-191
lines changedOpen diff view settings
Filter options
- python-checks/src/test/java/org/sonar/python/checks
- utils
- python-squid/src
- main/java/org/sonar/python
- test/java/org/sonar/python
- sonar-python-plugin/src/test/java/org/sonar/plugins/python
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Expand file treeCollapse file tree
56 files changed
+94
-191
lines changedOpen diff view settings
Collapse file
python-checks/src/test/java/org/sonar/python/checks/AfterJumpStatementCheckTest.java
Copy file name to clipboardExpand all lines: python-checks/src/test/java/org/sonar/python/checks/AfterJumpStatementCheckTest.java+1-3Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
19 | 19 | |
20 | 20 | |
21 | 21 | |
22 | | - |
23 | 22 | |
24 | 23 | |
25 | 24 | |
26 | 25 | |
27 | 26 | |
28 | 27 | |
29 | 28 | |
30 | | - |
31 | | - |
| 29 | + |
32 | 30 | |
33 | 31 | |
Collapse file
python-checks/src/test/java/org/sonar/python/checks/BackslashInStringCheckTest.java
Copy file name to clipboardExpand all lines: python-checks/src/test/java/org/sonar/python/checks/BackslashInStringCheckTest.java+1-3Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
19 | 19 | |
20 | 20 | |
21 | 21 | |
22 | | - |
23 | 22 | |
24 | 23 | |
25 | 24 | |
26 | 25 | |
27 | 26 | |
28 | 27 | |
29 | 28 | |
30 | | - |
31 | | - |
| 29 | + |
32 | 30 | |
33 | 31 | |
34 | 32 | |
Collapse file
python-checks/src/test/java/org/sonar/python/checks/BackticksUsageCheckTest.java
Copy file name to clipboardExpand all lines: python-checks/src/test/java/org/sonar/python/checks/BackticksUsageCheckTest.java+1-3Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
19 | 19 | |
20 | 20 | |
21 | 21 | |
22 | | - |
23 | 22 | |
24 | 23 | |
25 | 24 | |
26 | 25 | |
27 | 26 | |
28 | 27 | |
29 | 28 | |
30 | | - |
31 | | - |
| 29 | + |
32 | 30 | |
33 | 31 | |
34 | 32 | |
Collapse file
python-checks/src/test/java/org/sonar/python/checks/BreakContinueOutsideLoopCheckTest.java
Copy file name to clipboardExpand all lines: python-checks/src/test/java/org/sonar/python/checks/BreakContinueOutsideLoopCheckTest.java+1-3Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
19 | 19 | |
20 | 20 | |
21 | 21 | |
22 | | - |
23 | 22 | |
24 | 23 | |
25 | 24 | |
26 | 25 | |
27 | 26 | |
28 | 27 | |
29 | 28 | |
30 | | - |
31 | | - |
| 29 | + |
32 | 30 | |
33 | 31 | |
34 | 32 | |
Collapse file
python-checks/src/test/java/org/sonar/python/checks/ClassComplexityCheckTest.java
Copy file name to clipboardExpand all lines: python-checks/src/test/java/org/sonar/python/checks/ClassComplexityCheckTest.java+1-2Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
19 | 19 | |
20 | 20 | |
21 | 21 | |
22 | | - |
23 | 22 | |
24 | 23 | |
25 | 24 | |
| ||
29 | 28 | |
30 | 29 | |
31 | 30 | |
32 | | - |
| 31 | + |
33 | 32 | |
34 | 33 | |
35 | 34 | |
Collapse file
python-checks/src/test/java/org/sonar/python/checks/ClassNameCheckTest.java
Copy file name to clipboardExpand all lines: python-checks/src/test/java/org/sonar/python/checks/ClassNameCheckTest.java+1-3Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
19 | 19 | |
20 | 20 | |
21 | 21 | |
22 | | - |
23 | 22 | |
24 | 23 | |
25 | 24 | |
26 | 25 | |
27 | 26 | |
28 | 27 | |
29 | 28 | |
30 | | - |
31 | | - |
| 29 | + |
32 | 30 | |
33 | 31 | |
34 | 32 | |
Collapse file
python-checks/src/test/java/org/sonar/python/checks/CollapsibleIfStatementsCheckTest.java
Copy file name to clipboardExpand all lines: python-checks/src/test/java/org/sonar/python/checks/CollapsibleIfStatementsCheckTest.java+1-3Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
19 | 19 | |
20 | 20 | |
21 | 21 | |
22 | | - |
23 | 22 | |
24 | 23 | |
25 | 24 | |
26 | 25 | |
27 | 26 | |
28 | 27 | |
29 | 28 | |
30 | | - |
31 | | - |
| 29 | + |
32 | 30 | |
33 | 31 | |
34 | 32 | |
Collapse file
python-checks/src/test/java/org/sonar/python/checks/CommentRegularExpressionCheckTest.java
Copy file name to clipboardExpand all lines: python-checks/src/test/java/org/sonar/python/checks/CommentRegularExpressionCheckTest.java+1-2Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
19 | 19 | |
20 | 20 | |
21 | 21 | |
22 | | - |
23 | 22 | |
24 | 23 | |
25 | 24 | |
| ||
32 | 31 | |
33 | 32 | |
34 | 33 | |
35 | | - |
| 34 | + |
36 | 35 | |
37 | 36 | |
38 | 37 | |
Collapse file
python-checks/src/test/java/org/sonar/python/checks/CommentedCodeCheckTest.java
Copy file name to clipboardExpand all lines: python-checks/src/test/java/org/sonar/python/checks/CommentedCodeCheckTest.java+1-3Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
19 | 19 | |
20 | 20 | |
21 | 21 | |
22 | | - |
23 | 22 | |
24 | 23 | |
25 | 24 | |
26 | 25 | |
27 | 26 | |
28 | 27 | |
29 | 28 | |
30 | | - |
31 | | - |
| 29 | + |
32 | 30 | |
33 | 31 | |
34 | 32 | |
Collapse file
python-checks/src/test/java/org/sonar/python/checks/DuplicatedMethodFieldNamesCheckTest.java
Copy file name to clipboardExpand all lines: python-checks/src/test/java/org/sonar/python/checks/DuplicatedMethodFieldNamesCheckTest.java+1-3Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
19 | 19 | |
20 | 20 | |
21 | 21 | |
22 | | - |
23 | 22 | |
24 | 23 | |
25 | 24 | |
26 | 25 | |
27 | 26 | |
28 | 27 | |
29 | 28 | |
30 | | - |
31 | | - |
| 29 | + |
32 | 30 | |
33 | 31 | |
34 | 32 | |
0 commit comments