Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
edx-platform-release
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hsin-Yu Chien
edx-platform-release
Commits
1f093ecc
Commit
1f093ecc
authored
9 years ago
by
Ned Batchelder
Browse files
Options
Downloads
Patches
Plain Diff
Use 0.3.2 of edx-lint, with pylint-django and C extensions read
parent
8103378b
Loading
Loading
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
pylintrc
+3
-2
3 additions, 2 deletions
pylintrc
requirements/edx/base.txt
+0
-1
0 additions, 1 deletion
requirements/edx/base.txt
requirements/edx/github.txt
+1
-1
1 addition, 1 deletion
requirements/edx/github.txt
scripts/all-tests.sh
+1
-1
1 addition, 1 deletion
scripts/all-tests.sh
with
5 additions
and
5 deletions
pylintrc
+
3
−
2
View file @
1f093ecc
...
...
@@ -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
This diff is collapsed.
Click to expand it.
requirements/edx/base.txt
+
0
−
1
View file @
1f093ecc
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
requirements/edx/github.txt
+
1
−
1
View file @
1f093ecc
...
...
@@ -51,7 +51,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
...
...
This diff is collapsed.
Click to expand it.
scripts/all-tests.sh
+
1
−
1
View file @
1f093ecc
...
...
@@ -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
()
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment