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
68182b13
Commit
68182b13
authored
Nov 04, 2015
by
Ned Batchelder
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #10474 from edx/ned/django-pylint
Use 0.3.2 of edx-lint, with pylint-django and C extensions read
parents
cd3f8ded
1f093ecc
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
pylintrc
+3
-2
requirements/edx/base.txt
+0
-1
requirements/edx/github.txt
+1
-1
scripts/all-tests.sh
+1
-1
No files found.
pylintrc
View file @
68182b13
...
...
@@ -25,7 +25,7 @@
profile = no
ignore = ,migrations
persistent = yes
load-plugins = edx_lint.pylint
load-plugins = edx_lint.pylint
,pylint_django
[MESSAGES CONTROL]
disable =
...
...
@@ -97,6 +97,7 @@ ignore-imports = no
ignore-mixin-members = yes
ignored-classes = SQLObject
zope = no
unsafe-load-any-extension = yes
generated-members =
REQUEST,
acl_users,
...
...
@@ -152,4 +153,4 @@ int-import-graph =
[EXCEPTIONS]
overgeneral-exceptions = Exception
#
503c3db797ee662a18237a57f00cb1e6e553be34
#
d1176b1265180b3207835622b1d89b3087196517
requirements/edx/base.txt
View file @
68182b13
...
...
@@ -139,7 +139,6 @@ nose-ignore-docstring
nosexcover==1.0.7
pep8==1.5.7
PyContracts==1.7.1
pylint==1.4.4
python-subunit==0.0.16
pyquery==1.2.9
radon==1.2
...
...
requirements/edx/github.txt
View file @
68182b13
...
...
@@ -54,7 +54,7 @@ git+https://github.com/edx/edx-oauth2-provider.git@0.5.7#egg=edx-oauth2-provider
-e git+https://github.com/pmitros/RateXBlock.git@367e19c0f6eac8a5f002fd0f1559555f8e74bfff#egg=rate-xblock
-e git+https://github.com/edx/edx-search.git@release-2015-09-11a#egg=edx-search
git+https://github.com/edx/edx-milestones.git@release-2015-10-20#egg=edx-milestones==0.1.3
git+https://github.com/edx/edx-lint.git@v0.3.
0#egg=edx_lint==0.3.0
git+https://github.com/edx/edx-lint.git@v0.3.
2#egg=edx_lint==0.3.2
-e git+https://github.com/edx/xblock-utils.git@213a97a50276d6a2504d8133650b2930ead357a0#egg=xblock-utils
-e git+https://github.com/edx-solutions/xblock-google-drive.git@138e6fa0bf3a2013e904a085b9fed77dab7f3f21#egg=xblock-google-drive
git+https://github.com/edx/edx-reverification-block.git@0.0.4#egg=edx-reverification-block==0.0.4
...
...
scripts/all-tests.sh
View file @
68182b13
...
...
@@ -11,7 +11,7 @@ set -e
###############################################################################
# Violations thresholds for failing the build
export
PYLINT_THRESHOLD
=
5
999
export
PYLINT_THRESHOLD
=
5
650
export
JSHINT_THRESHOLD
=
3700
doCheckVars
()
{
...
...
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