Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
4839bf4c
Commit
4839bf4c
authored
Jan 26, 2016
by
Andy Armstrong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Ignore node_modules when checking Python quality
parent
9378c8ff
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
pylintrc
+2
-2
pylintrc_tweaks
+1
-1
setup.cfg
+1
-1
No files found.
pylintrc
View file @
4839bf4c
...
...
@@ -53,7 +53,7 @@
#
# ------------------------------
[MASTER]
ignore = ,
migration
s
ignore = ,
.git,migrations,node_modules,.pycharm_helper
s
persistent = yes
load-plugins = edx_lint.pylint,pylint_django,pylint_celery
...
...
@@ -180,4 +180,4 @@ int-import-graph =
[EXCEPTIONS]
overgeneral-exceptions = Exception
#
b98d7d902efebf1f5eaafb847960e366a35fd51b
#
42ec1461de97fc01d7191c1c5f2fd5ec67671a61
pylintrc_tweaks
View file @
4839bf4c
# pylintrc tweaks for use with edx_lint.
[MASTER]
ignore+ = ,
migration
s
ignore+ = ,
.git,migrations,node_modules,.pycharm_helper
s
[BASIC]
attr-rgx = [a-z_][a-z0-9_]{2,40}$
...
...
setup.cfg
View file @
4839bf4c
...
...
@@ -29,4 +29,4 @@ no-path-adjustment=1
# It's a little unusual, but we have good reasons for doing so, so we disable
# this rule.
ignore=E501,E265,W602
exclude=migrations,.git,.pycharm_helpers,test_root/staticfiles
exclude=migrations,.git,.pycharm_helpers,test_root/staticfiles
,node_modules
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