Skip to content

Commit

Permalink
Add linting rules to project.
Browse files Browse the repository at this point in the history
  • Loading branch information
pcostell committed Feb 17, 2015
1 parent 19fcb08 commit 98d683b
Show file tree
Hide file tree
Showing 5 changed files with 714 additions and 356 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
PYTHON = python

PYLINT = pylint
FILE_WITH_VERSION = objgraph.py
FILE_WITH_CHANGELOG = CHANGES.rst
VCS_STATUS = git status --porcelain
Expand Down Expand Up @@ -38,6 +39,10 @@ clean:
test check:
$(PYTHON) tests.py

.PHONY: lint
lint:
$(PYLINT) objgraph.py

.PHONY: test-all-pythons
test-all-pythons:
set -e; \
Expand Down
Loading

0 comments on commit 98d683b

Please sign in to comment.