Skip to content

Commit

Permalink
Add lints for website integration
Browse files Browse the repository at this point in the history
  • Loading branch information
fsimonis committed Feb 20, 2024
1 parent eb917ab commit 1ad9294
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .markdownlint.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"MD013": false,
"MD033": false
"MD033": false,
"MD041": false
}
12 changes: 11 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,17 @@ repos:
- id: requirements-txt-fixer
# Custom repo for the preCICE configuration formatter
- repo: https://github.com/precice/precice-pre-commit-hooks
rev: "v2.1"
rev: "v3.2"
hooks:
- id: format-precice-config
exclude: "tools"
- id: check-image-prefix
files: "^docs/images/.*"
args: [ --prefix=docs-tooling-aste- ]
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.39.0
hooks:
- id: markdownlint
exclude: changelog-entries
- id: markdownlint-fix
exclude: changelog-entries

0 comments on commit 1ad9294

Please sign in to comment.