Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-notes-api
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-notes-api
Commits
44e717b3
Commit
44e717b3
authored
Nov 24, 2014
by
Oleg Marshev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add pylint.
parent
f467f747
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
336 additions
and
4 deletions
+336
-4
.gitignore
+1
-0
Makefile
+1
-0
notesserver/views.py
+0
-4
pylintrc
+333
-0
requirements/local.txt
+0
-0
requirements/test.txt
+1
-0
No files found.
.gitignore
View file @
44e717b3
...
@@ -4,3 +4,4 @@
...
@@ -4,3 +4,4 @@
# Tests / Coverage reports
# Tests / Coverage reports
.coverage
.coverage
.tox
.tox
coverage/
Makefile
View file @
44e717b3
...
@@ -19,3 +19,4 @@ clean:
...
@@ -19,3 +19,4 @@ clean:
quality
:
quality
:
pep8
--config
=
.pep8
$(PACKAGES)
pep8
--config
=
.pep8
$(PACKAGES)
pylint
$(PACKAGES)
notesserver/views.py
View file @
44e717b3
import
json
import
json
from
django.http
import
HttpResponse
from
django.conf
import
settings
from
django.core.urlresolvers
import
reverse
from
rest_framework
import
status
from
rest_framework.permissions
import
AllowAny
from
rest_framework.permissions
import
AllowAny
from
rest_framework.response
import
Response
from
rest_framework.response
import
Response
from
rest_framework.views
import
APIView
from
rest_framework.views
import
APIView
...
...
pylintrc
0 → 100644
View file @
44e717b3
This diff is collapsed.
Click to expand it.
requirements/local.
py
→
requirements/local.
txt
View file @
44e717b3
File moved
requirements/test.
py
→
requirements/test.
txt
View file @
44e717b3
...
@@ -7,3 +7,4 @@ nose-exclude==0.2.0
...
@@ -7,3 +7,4 @@ nose-exclude==0.2.0
nose-ignore-docstring==0.2
nose-ignore-docstring==0.2
pep8==1.5.7
pep8==1.5.7
pylint==1.4.0
pylint==1.4.0
diff-cover==0.7.2
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