Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
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
humanities
gargantext
Commits
e6e3ea2c
Commit
e6e3ea2c
authored
Dec 15, 2017
by
sim
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[CONF] Tweak pylint to have more readable results
parent
8d4c2fa2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
.pylintrc
.pylintrc
+5
-5
No files found.
.pylintrc
View file @
e6e3ea2c
...
...
@@ -11,10 +11,10 @@ init-hook=""
# Add files or directories to the blacklist. They should be base names, not
# paths.
ignore=
ignore=
util,constants.py
# Pickle collected data for later comparisons.
persistent=
no
persistent=
yes
# List of plugins (as comma separated values of python modules names) to load,
# usually to register additional checkers.
...
...
@@ -210,7 +210,6 @@ enable=import-error,
not-async-context-manager,
yield-inside-async-function,
undefined-variable,
unused-argument,
no-name-in-module,
parameter-unpacking,
print-statement,
...
...
@@ -218,7 +217,8 @@ enable=import-error,
map-builtin-not-iterating,
range-builtin-not-iterating,
zip-builtin-not-iterating,
unused-variable
unused-variable,
fixme
# Needs investigation:
...
...
@@ -390,7 +390,7 @@ spelling-store-unknown-words=no
[MISCELLANEOUS]
# List of note tags to take in consideration, separated by a comma.
notes=FIXME,
XXX,
TODO
notes=FIXME,TODO
[BASIC]
...
...
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