Permalink
Comparing changes
Open a pull request
- 6 commits
- 6 files changed
- 2 commit comments
- 4 contributors
Showing
with
40 additions
and 23 deletions.
- +27 −1 h/models.py
- +0 −8 h/static/scripts/controllers.coffee
- +3 −7 h/static/scripts/searchfilters.coffee
- +5 −2 h/streamer.py
- +1 −1 h/templates/auth.html
- +4 −4 h/templates/help.pt
Showing you all comments on commits in this comparison.
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
|
Hmm, I've found a few of these over the last few days. Does coffee lint pick these up? We should start running the code through something. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
gergely-ujvari
Aug 28, 2014
Contributor
I'm using PyCharm, it shows unused variables. (Even for coffee files)
But not classes which are never referenced.
|
I'm using PyCharm, it shows unused variables. (Even for coffee files) |
Hmm, I've found a few of these over the last few days. Does coffee lint pick these up? We should start running the code through something.