1
0
mirror of https://github.com/wting/autojump synced 2026-03-02 03:49:26 +00:00

linter cleanup

This commit is contained in:
William Ting
2013-12-28 11:34:13 -06:00
parent 16d6e0cbcc
commit a8057ed1db
4 changed files with 33 additions and 24 deletions

View File

@@ -1,7 +1,7 @@
VERSION = $(shell grep -oE "[0-9]+\.[0-9]+\.[0-9]+" bin/autojump)
TAGNAME = release-v$(VERSION)
.PHONY: docs install uninstall tar
.PHONY: docs install uninstall lint tar
install:
install.sh
@@ -14,7 +14,7 @@ docs:
pandoc -s -w markdown docs/header.md docs/install.md docs/development.md docs/body.md -o README.md
lint:
flake8 ./
@flake8 ./ --config=setup.cfg
release: docs
# Check for tag existence