We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13f8bac commit 584959aCopy full SHA for 584959a
Makefile
@@ -4,10 +4,12 @@ install:
4
5
6
PYTHON_FILES=tarantool test setup.py docs/source/conf.py
7
+TEXT_FILES=README.rst docs/source/*.rst
8
.PHONY: lint
9
lint:
10
python3 -m pylint --recursive=y $(PYTHON_FILES)
11
python3 -m flake8 $(PYTHON_FILES)
12
+ codespell $(PYTHON_FILES) $(TEXT_FILES)
13
14
15
.PHONY: test
0 commit comments