Commit 076e93ee by Clinton Blackburn

Disabled Pylint since it is not compatible with Python 3.5

parent 8e47f582
...@@ -40,7 +40,7 @@ test: clean ...@@ -40,7 +40,7 @@ test: clean
quality: quality:
pep8 --config=.pep8 course_discovery *.py pep8 --config=.pep8 course_discovery *.py
pylint --rcfile=pylintrc course_discovery *.py #pylint --rcfile=pylintrc course_discovery *.py
validate: test quality validate: test quality
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
profile = no profile = no
ignore = ,migrations, settings, wsgi.py ignore = ,migrations, settings, wsgi.py
persistent = yes persistent = yes
load-plugins = edx_lint.pylint,pylint_django load-plugins = edx_lint.pylint
[MESSAGES CONTROL] [MESSAGES CONTROL]
disable = disable =
......
[MASTER] [MASTER]
ignore+= ,migrations, settings, wsgi.py ignore+= ,migrations, settings, wsgi.py
load-plugins = edx_lint.pylint
[BASIC] [BASIC]
const-rgx = (([A-Z_][A-Z0-9_]*)|(__.*__)|log|urlpatterns|logger|User)$ const-rgx = (([A-Z_][A-Z0-9_]*)|(__.*__)|log|urlpatterns|logger|User)$
......
...@@ -4,9 +4,8 @@ ...@@ -4,9 +4,8 @@
coverage == 4.0.2 coverage == 4.0.2
django-dynamic-fixture == 1.8.5 django-dynamic-fixture == 1.8.5
django-nose == 1.4.2 django-nose == 1.4.2
edx-lint == 0.3.2
mock == 1.3.0 mock == 1.3.0
nose-ignore-docstring == 0.2 nose-ignore-docstring == 0.2
pep8 == 1.6.2 pep8 == 1.6.2
pylint == 1.4.4 #pylint == 1.4.4
edx-lint == 0.2.7
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment