-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fa6c38a
commit 4016805
Showing
3 changed files
with
20 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
$ pylint3 packages/myproject/ | ||
No config file found, using default configuration | ||
************* Module packages.myproject.main | ||
C: 15, 0: Invalid constant name "logger" (invalid-name) | ||
C: 31, 0: Invalid argument name "rt" (invalid-name) | ||
************* Module packages.myproject.feed | ||
C: 34, 0: Line too long (116/100) (line-too-long) | ||
C: 35, 0: Trailing whitespace (trailing-whitespace) | ||
C: 74, 0: Exactly one space required before assignment | ||
unsed4= "jdajhkadshjkdaskhjdsahj" | ||
^ (bad-whitespace) | ||
C:131, 0: Exactly one space required after assignment | ||
hello =4 | ||
^ (bad-whitespace) | ||
C:132, 0: Trailing whitespace (trailing-whitespace) | ||
C:132, 0: Line too long (102/100) (line-too-long) |