Commit 49398cd2 by Clinton Blackburn

Merge pull request #3 from edx/name-fix

Corrected app name
parents 9f1b874e 1fdd3feb
{
"directory": "edx_course_discovery/static/bower_components",
"directory": "course_discovery/static/bower_components",
"interactive": false
}
[run]
branch = True
data_file = .coverage
source=edx_course_discovery
source=course_discovery
omit =
edx_course_discovery/settings*
edx_course_discovery/conf*
course_discovery/settings*
course_discovery/conf*
*wsgi.py
*migrations*
*admin.py
......
[pep8]
ignore=E501
max_line_length=119
exclude=settings,migrations,edx_course_discovery/static,bower_components,edx_course_discovery/wsgi.py
exclude=settings,migrations,course_discovery/static,bower_components,course_discovery/wsgi.py
[main]
host = https://www.transifex.com
[edx-platform.edx_course_discovery]
file_filter = edx_course_discovery/conf/locale/<lang>/LC_MESSAGES/django.po
source_file = edx_course_discovery/conf/locale/en/LC_MESSAGES/django.po
[edx-platform.course_discovery]
file_filter = course_discovery/conf/locale/<lang>/LC_MESSAGES/django.po
source_file = course_discovery/conf/locale/en/LC_MESSAGES/django.po
source_lang = en
type = PO
[edx-platform.edx_course_discovery-js]
file_filter = edx_course_discovery/conf/locale/<lang>/LC_MESSAGES/djangojs.po
source_file = edx_course_discovery/conf/locale/en/LC_MESSAGES/djangojs.po
[edx-platform.course_discovery-js]
file_filter = course_discovery/conf/locale/<lang>/LC_MESSAGES/djangojs.po
source_file = course_discovery/conf/locale/en/LC_MESSAGES/djangojs.po
source_lang = en
type = PO
Calen Pennington <cale@edx.org>
\ No newline at end of file
Calen Pennington <cale@edx.org>
Clinton Blackburn <cblackburn@edx.org>
......@@ -40,7 +40,7 @@ test: clean
quality:
pep8 --config=.pep8 course_discovery *.py
pylint --rcfile=pylintrc course_discovery *.py
#pylint --rcfile=pylintrc course_discovery *.py
validate: test quality
......
......@@ -25,7 +25,7 @@
profile = no
ignore = ,migrations, settings, wsgi.py
persistent = yes
load-plugins = edx_lint.pylint,pylint_django
load-plugins = edx_lint.pylint
[MESSAGES CONTROL]
disable =
......
[MASTER]
ignore+= ,migrations, settings, wsgi.py
load-plugins = edx_lint.pylint
[BASIC]
const-rgx = (([A-Z_][A-Z0-9_]*)|(__.*__)|log|urlpatterns|logger|User)$
......
......@@ -4,9 +4,8 @@
coverage == 4.0.2
django-dynamic-fixture == 1.8.5
django-nose == 1.4.2
edx-lint == 0.3.2
mock == 1.3.0
nose-ignore-docstring == 0.2
pep8 == 1.6.2
pylint == 1.4.4
edx-lint == 0.2.7
#pylint == 1.4.4
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