Skip to content

Commit

Permalink
Merge pull request #13 from lumapps/markdownlint
Browse files Browse the repository at this point in the history
Add markdownlint to precommit hook
  • Loading branch information
sebastien-boulle authored Sep 21, 2020
2 parents 9605e51 + 9f06901 commit 6fe8b63
Show file tree
Hide file tree
Showing 2 changed files with 123 additions and 77 deletions.
8 changes: 7 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ repos:
rev: master # or a specific git tag from md-toc
hooks:
- id: md-toc

- repo: git://github.com/igorshubovych/markdownlint-cli
rev: v0.23.2
hooks:
- id: markdownlint

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.0.0
hooks:
Expand All @@ -31,4 +37,4 @@ repos:
- id: detect-private-key
- id: end-of-file-fixer
- id: trailing-whitespace
exclude: (.github/CODEOWNERS|validator.bats)
exclude: (.github/CODEOWNERS)
Loading

0 comments on commit 6fe8b63

Please sign in to comment.