We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a8e39f commit f2104eeCopy full SHA for f2104ee
Makefile
@@ -4,7 +4,7 @@ install:
4
5
6
PYTHON_FILES=tarantool test setup.py docs/source/conf.py
7
-TEXT_FILES=README.rst docs/source/*.rst
+TEXT_FILES=README.rst CHANGELOG.md docs/source/*.rst
8
.PHONY: lint
9
lint:
10
python3 -m pylint --recursive=y $(PYTHON_FILES)
0 commit comments