Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gajim
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mesonium
gajim
Commits
8ca9c1d6
Commit
8ca9c1d6
authored
5 years ago
by
Philipp Hörist
Browse files
Options
Downloads
Patches
Plain Diff
Add description for some pylint errors
parent
5471980a
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
pylintrc
+9
-0
9 additions, 0 deletions
pylintrc
scripts/dev/pylint-ci.sh
+4
-4
4 additions, 4 deletions
scripts/dev/pylint-ci.sh
with
13 additions
and
4 deletions
pylintrc
+
9
−
0
View file @
8ca9c1d6
...
...
@@ -50,6 +50,15 @@ confidence=
# --enable=similarities". If you want to run only the classes checker, but have
# no Warning level messages displayed, use"--disable=all --enable=classes
# --disable=W"
# C0111 missing-docstring
# C0301 line too long
# R1710 inconsistent-return-statements
# R0912 too-many-branches
# R0914 too-many-locals
# R0915 too-many-statements
# W0511 fix-me
# W0231 super-init-not-called
# W0233 non-parent-init-called
disable=C0111,C0301,R1710,R0912,R0914,R0915,W0511,W0231,W0233
# Enable the message, report, category or checker with the given id(s). You can
...
...
This diff is collapsed.
Click to expand it.
scripts/dev/pylint-ci.sh
+
4
−
4
View file @
8ca9c1d6
...
...
@@ -24,10 +24,10 @@ PYLINT=${PYLINT:-pylint}
# R0904 too-many-public-methods
# R0913 too-many-arguments
# R0916 too-many-boolean-expressions
# R1702
# R1706
# R1711
# R1716
# R1702
too-many-nested-blocks
# R1706
consider-using-ternary
# R1711
useless-return
# R1716
chained-comparison
# W0201 attribute-defined-outside-init
# W0212 protected-access
# W0221 arguments-differ
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment