Skip to content

Commit a3b9e87

Browse files
make: add lint command
Part of #270
1 parent a33d031 commit a3b9e87

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Makefile

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ install:
33
pip3 install --editable .
44

55

6+
PYTHON_FILES=tarantool test setup.py docs/source/conf.py
7+
.PHONY: lint
8+
lint:
9+
python3 -m pylint --recursive=y $(PYTHON_FILES)
10+
11+
612
.PHONY: test
713
test:
814
python3 setup.py test

0 commit comments

Comments
 (0)