Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2017-10-10 13:55:46 +0300
committerGitHub <noreply@github.com>2017-10-10 13:55:46 +0300
commit36300dcb1857e0737b790f3420924d9c68a84443 (patch)
tree0693f530481b3023fd55f77146a9c6717bd56ed8 /Makefile
parent990de5799a1c6b6f7767ad93ec003c3910aac723 (diff)
parent3f7268382739ad46e1c38feb2c920cbefcfc6700 (diff)
Merge branch 'master' into tests
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile34
1 files changed, 1 insertions, 33 deletions
diff --git a/Makefile b/Makefile
index 5257b2ad5..e5a5fb305 100644
--- a/Makefile
+++ b/Makefile
@@ -1,43 +1,11 @@
PYTHON ?= python
-DONT_CHECK = -i .ropeproject \
- -i .tox \
- -i build \
- -i dist \
- -i doc/_build \
- -i sphinx/pycode/pgen2 \
- -i sphinx/search/da.py \
- -i sphinx/search/de.py \
- -i sphinx/search/en.py \
- -i sphinx/search/es.py \
- -i sphinx/search/fi.py \
- -i sphinx/search/fr.py \
- -i sphinx/search/hu.py \
- -i sphinx/search/it.py \
- -i sphinx/search/ja.py \
- -i sphinx/search/nl.py \
- -i sphinx/search/no.py \
- -i sphinx/search/pt.py \
- -i sphinx/search/ro.py \
- -i sphinx/search/ru.py \
- -i sphinx/search/sv.py \
- -i sphinx/search/tr.py \
- -i sphinx/style/jquery.js \
- -i sphinx/util/smartypants.py \
- -i tests/build \
- -i tests/path.py \
- -i tests/roots/test-directive-code/target.py \
- -i tests/roots/test-warnings/undecodable.rst \
- -i tests/test_autodoc_py35.py \
- -i tests/typing_test_data.py \
- -i utils/convert.py
-
.PHONY: all
all: clean-pyc clean-backupfiles style-check type-check test
.PHONY: style-check
style-check:
- @PYTHONWARNINGS=all $(PYTHON) utils/check_sources.py $(DONT_CHECK) .
+ @flake8
.PHONY: type-check
type-check: