Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
course-discovery
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
course-discovery
Commits
49398cd2
Commit
49398cd2
authored
Nov 25, 2015
by
Clinton Blackburn
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3 from edx/name-fix
Corrected app name
parents
9f1b874e
1fdd3feb
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
18 additions
and
18 deletions
+18
-18
.bowerrc
+1
-1
.coveragerc
+3
-3
.pep8
+1
-1
.tx/config
+6
-6
AUTHORS
+2
-2
Makefile
+1
-1
pylintrc
+1
-1
pylintrc_tweaks
+1
-0
requirements/test.txt
+2
-3
No files found.
.bowerrc
View file @
49398cd2
{
"directory": "
edx_
course_discovery/static/bower_components",
"directory": "course_discovery/static/bower_components",
"interactive": false
}
.coveragerc
View file @
49398cd2
[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
View file @
49398cd2
[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
.tx/config
View file @
49398cd2
[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
AUTHORS
View file @
49398cd2
Calen Pennington <cale@edx.org>
\ No newline at end of file
Calen Pennington <cale@edx.org>
Clinton Blackburn <cblackburn@edx.org>
Makefile
View file @
49398cd2
...
...
@@ -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
...
...
pylintrc
View file @
49398cd2
...
...
@@ -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 =
...
...
pylintrc_tweaks
View file @
49398cd2
[MASTER]
ignore+= ,migrations, settings, wsgi.py
load-plugins = edx_lint.pylint
[BASIC]
const-rgx = (([A-Z_][A-Z0-9_]*)|(__.*__)|log|urlpatterns|logger|User)$
...
...
requirements/test.txt
View file @
49398cd2
...
...
@@ -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
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