Skip to content

Commit 584959a

Browse files
make: additional lint with codespell
Part of #270
1 parent 13f8bac commit 584959a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

+2
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ install:
44

55

66
PYTHON_FILES=tarantool test setup.py docs/source/conf.py
7+
TEXT_FILES=README.rst docs/source/*.rst
78
.PHONY: lint
89
lint:
910
python3 -m pylint --recursive=y $(PYTHON_FILES)
1011
python3 -m flake8 $(PYTHON_FILES)
12+
codespell $(PYTHON_FILES) $(TEXT_FILES)
1113

1214

1315
.PHONY: test

0 commit comments

Comments
 (0)