File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,6 @@ install:
4949cache : pip
5050before_script :
5151- make lint
52- - markdownlint --config .markdownlint.json README.md CONTRIBUTING.md
5352- python ci/set_secrets_file.py
5453script :
5554- pytest --exitfirst -vvv tests/mock_vws/"$TEST_FILENAME" --cov=src --cov=tests
Original file line number Diff line number Diff line change @@ -25,6 +25,8 @@ and on Ubuntu with `apt`:
2525apt-get install -y enchant
2626```
2727
28+ and to lint
29+
2830## Linting
2931
3032Run lint tools:
Original file line number Diff line number Diff line change 1414 pyroma .
1515 vulture . --min-confidence 100
1616 yapf --diff --recursive src/ tests/ ci/
17+ markdownlint --config .markdownlint.json README.md CONTRIBUTING.md
1718
1819fix-lint :
1920 autoflake --in-place --recursive --remove-all-unused-imports --remove-unused-variables .
You can’t perform that action at this time.
0 commit comments