Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
converse.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
converse.js
Commits
f882d60e
Commit
f882d60e
authored
Jan 08, 2016
by
Michal Čihař
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Silent some pylint warnings
Signed-off-by:
Michal Čihař
<
michal@cihar.com
>
parent
34db74dd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
pylint.rc
pylint.rc
+2
-1
weblate/trans/models/unit.py
weblate/trans/models/unit.py
+1
-0
No files found.
pylint.rc
View file @
f882d60e
...
...
@@ -50,7 +50,8 @@ load-plugins=pylint_django
# E1002 Produces lot of false positives with Django 1.5
# R0401(cyclic-import) we have too many of them
# C0411(wrong-import-order) should be probably fixed
disable=C0111,I0011,W0142,W0613,W0703,R0201,E1103,E1101,R0401,R0921,R0922,E1002,C0411
# W0122(exec-used) exec is used in openshift
disable=C0111,I0011,W0142,W0613,W0703,R0201,E1103,E1101,R0401,R0921,R0922,E1002,C0411,W0122
[REPORTS]
...
...
weblate/trans/models/unit.py
View file @
f882d60e
...
...
@@ -27,6 +27,7 @@ from django.contrib import messages
from
django.core.cache
import
cache
import
traceback
import
multiprocessing
# pylint: disable=W0622
from
functools
import
reduce
from
weblate.trans.checks
import
CHECKS
from
weblate.trans.models.source
import
Source
...
...
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