You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/multiple-tests/capitalized/results.xml
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3,5 +3,11 @@
3
3
<filename="example.py">
4
4
<errorsource="vulture"line="1"message="Unused function 'non_capitalized' (unused-function)"severity="info" />
5
5
<errorsource="vulture"line="6"message="Unused function 'capitalized' (unused-function)"severity="info" />
6
+
<errorsource="pydocstyle"line="2"message="First word of the first line should be properly capitalized ('Compute', not 'compute') (D403)"severity="info" />
7
+
<errorsource="pydocstyle"line="2"message="Multi-line docstring summary should start at the first line (D212)"severity="info" />
8
+
<errorsource="pydocstyle"line="7"message="Multi-line docstring summary should start at the first line (D212)"severity="info" />
9
+
<errorsource="pydocstyle"line="2"message="One-line docstring should fit on one line with quotes (found 3) (D200)"severity="info" />
10
+
<errorsource="pydocstyle"line="7"message="One-line docstring should fit on one line with quotes (found 3) (D200)"severity="info" />
0 commit comments