Skip to content

Commit f2104ee

Browse files
lint: validate changelog with codespell
1 parent 3a8e39f commit f2104ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ install:
44

55

66
PYTHON_FILES=tarantool test setup.py docs/source/conf.py
7-
TEXT_FILES=README.rst docs/source/*.rst
7+
TEXT_FILES=README.rst CHANGELOG.md docs/source/*.rst
88
.PHONY: lint
99
lint:
1010
python3 -m pylint --recursive=y $(PYTHON_FILES)

0 commit comments

Comments
 (0)