Skip to content

Commit d399735

Browse files
committed
Move markdown lint to make lint [skip ci]
1 parent 8bce20a commit d399735

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ install:
4949
cache: pip
5050
before_script:
5151
- make lint
52-
- markdownlint --config .markdownlint.json README.md CONTRIBUTING.md
5352
- python ci/set_secrets_file.py
5453
script:
5554
- pytest --exitfirst -vvv tests/mock_vws/"$TEST_FILENAME" --cov=src --cov=tests

CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ and on Ubuntu with `apt`:
2525
apt-get install -y enchant
2626
```
2727

28+
and to lint
29+
2830
## Linting
2931

3032
Run lint tools:

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ lint:
1414
pyroma .
1515
vulture . --min-confidence 100
1616
yapf --diff --recursive src/ tests/ ci/
17+
markdownlint --config .markdownlint.json README.md CONTRIBUTING.md
1718

1819
fix-lint:
1920
autoflake --in-place --recursive --remove-all-unused-imports --remove-unused-variables .

0 commit comments

Comments
 (0)