Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
gajim
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
217
Issues
217
List
Boards
Labels
Milestones
Merge Requests
28
Merge Requests
28
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gajim
gajim
Commits
40ea0c9d
Commit
40ea0c9d
authored
Sep 23, 2019
by
Philipp Hörist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CI: Disable pylint E1133 for now
see
https://gitlab.gnome.org/GNOME/pygobject/issues/361
parent
a01c130a
Pipeline
#4293
passed with stages
in 2 minutes and 40 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
scripts/dev/pylint-ci.sh
scripts/dev/pylint-ci.sh
+2
-1
No files found.
scripts/dev/pylint-ci.sh
View file @
40ea0c9d
...
...
@@ -2,7 +2,7 @@
PYLINT
=
${
PYLINT
:-
pylint
}
"
$PYLINT
"
--version
"
$PYLINT
"
--disable
=
C0103,C0302,C0301,C0330,E0401,E0611,E1101,E1136,R0201,R0901,R0904,R0912,R0913,R0914,R0915,R0916,R1702,R1710,W0201,W0212,W0221,W0223,W0231,W0233,W0603,W0613
"
$@
"
"
$PYLINT
"
--disable
=
C0103,C0302,C0301,C0330,E0401,E0611,E1101,E113
3,E113
6,R0201,R0901,R0904,R0912,R0913,R0914,R0915,R0916,R1702,R1710,W0201,W0212,W0221,W0223,W0231,W0233,W0603,W0613
"
$@
"
# C0103 invalid-name
# C0301 line-too-long
...
...
@@ -11,6 +11,7 @@ PYLINT=${PYLINT:-pylint}
# E0401 import-error
# E0611 no-name-in-module
# E1101 no-member
# E1133 not-an-iterable
# E1136 unsubscriptable-object
# R0201 no-self-use
# R0901 too-many-ancestors
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment