Skip to content

Commit

Permalink
ignore url line length mdl
Browse files Browse the repository at this point in the history
  • Loading branch information
lindot11 committed Nov 25, 2023
1 parent a59ab70 commit 1e9ad81
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ repos:
files: "^(client|servers/execution/runner|servers/lib)/.*"
stages: [pre-commit]

- repo: https://github.com/markdownlint/markdownlint
rev: v0.13.0
hooks:
- id: markdownlint
files: '^(client|servers/execution/runner|servers/lib)/.*\.md$'
stages: [pre-commit]
# - repo: https://github.com/markdownlint/markdownlint
# rev: v0.13.0
# hooks:
# - id: markdownlint
# files: '^(client|servers/execution/runner|servers/lib)/.*\.md$'
# stages: [pre-commit]

1 change: 1 addition & 0 deletions servers/lib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,4 +115,5 @@ You can press `Ctl+C` to halt the application.

The microservice is available at: 'localhost:PORT/lib'

<!-- markdownlint-disable-next-line MD013 -->
The [API](https://into-cps-association.github.io/DTaaS/development/user/servers/lib/LIB-MS.html) page shows sample queries and responses.

0 comments on commit 1e9ad81

Please sign in to comment.