Skip to content

Commit

Permalink
enable markdownlint pre-commit hook (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn authored Oct 13, 2022
1 parent 327681a commit 391e0ae
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .markdownlint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
default: true
MD013: false
4 changes: 4 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,7 @@ repos:
- id: check-github-actions
- id: check-github-workflows
- id: check-travis
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.32.2
hooks:
- id: markdownlint
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ Updates `version` attribute inside `Chart.yaml` file:

### jx-updatebot-pr

Create a Pull Request on each downstream repository using https://github.com/jenkins-x-plugins/jx-updatebot.
Create a Pull Request on each downstream repository using [jx-updatebot](https://github.com/jenkins-x-plugins/jx-updatebot).

Given `.jx/updatebot.yaml` spec in the `alfresco-modeling-service` project:

Expand Down

0 comments on commit 391e0ae

Please sign in to comment.