Skip to content

Commit c70b7d5

Browse files
Merge pull request #27 from codacy/add-documentation-c0236
Add documentation to c0236 issue
2 parents 9dcec61 + f918f81 commit c70b7d5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/main/resources/docs/description/description.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,12 @@
5353
"description": "Prohibits use of unnecessary parenthesis to enforce Python conventions.",
5454
"timeToFix": 5
5555
},
56+
{
57+
"patternId": "C0326",
58+
"title": "Prohibit extraneous whitespace in expressions and statements",
59+
"description": "Prohibits use of extraneous whitespace in expressions and statements.",
60+
"timeToFix": 5
61+
},
5662
{
5763
"patternId": "C1001",
5864
"title": "Prohibit old-style class",

0 commit comments

Comments
 (0)