Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
hpc-compendium
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ZIH
hpcsupport
hpc-compendium
Commits
1ff7fe27
Unverified
Commit
1ff7fe27
authored
3 years ago
by
Alexander Grund
Browse files
Options
Downloads
Patches
Plain Diff
Update Doku
parent
1cb6dcb4
No related branches found
Branches containing commit
No related tags found
3 merge requests
!322
Merge preview into main
,
!319
Merge preview into main
,
!137
Fix linter
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
doc.zih.tu-dresden.de/README.md
+4
-3
4 additions, 3 deletions
doc.zih.tu-dresden.de/README.md
doc.zih.tu-dresden.de/util/README.md
+4
-3
4 additions, 3 deletions
doc.zih.tu-dresden.de/util/README.md
howto.md
+1
-1
1 addition, 1 deletion
howto.md
with
9 additions
and
7 deletions
doc.zih.tu-dresden.de/README.md
+
4
−
3
View file @
1ff7fe27
...
...
@@ -221,13 +221,14 @@ Installation
~ [sudo] npm [-g] install markdownlint-cli
```
The configuration is stored in
`.markdownlint.json`
. The tool
`markdownlint`
can be run in dry or
fix mode. The
*dry*
mode (default) only outputs findings, whereas in
*fix*
mode it resolves basic
The configuration is stored in
`.markdownlintrc`
.
The tool
`markdownlint`
can be run in dry or fix mode.
The
*dry*
mode (default) only outputs findings, whereas in
*fix*
mode it resolves basic
errors directly in the markdown files.
```
Shell Session
~ cd doc.zih.tu-dresden.de/
~ markdownlint
[--config .markdownlint.json]
[--fix] docs/index.md
~ markdownlint [--fix] docs/index.md
docs/index.md:8:131 MD013/line-length Line length [Expected: 130; Actual: 138]
```
...
...
This diff is collapsed.
Click to expand it.
doc.zih.tu-dresden.de/util/README.md
+
4
−
3
View file @
1ff7fe27
...
...
@@ -21,13 +21,14 @@ Installation
~ npm install markdownlint-cli
```
The configuration is stored in
`.markdownlint.json`
. The tool
`markdownlint`
can be run in dry or
fix mode. The
*dry*
mode (default) only outputs findings, whereas in
*fix*
mode it resolves basic
The configuration is stored in
`.markdownlintrc`
.
The tool
`markdownlint`
can be run in dry or fix mode.
The
*dry*
mode (default) only outputs findings, whereas in
*fix*
mode it resolves basic
errors directly in the markdown files.
```
Shell Session
~ cd doc.zih.tu-dresden.de/
~ markdownlint
[--config .markdownlint.json]
[--fix] docs/index.md
~ markdownlint [--fix] docs/index.md
docs/index.md:8:131 MD013/line-length Line length [Expected: 130; Actual: 138]
```
...
...
This diff is collapsed.
Click to expand it.
howto.md
+
1
−
1
View file @
1ff7fe27
...
...
@@ -20,7 +20,7 @@ git checkout -b RomeNodes
## 3. Run the linter:
```
Bash
markdownlint
--config .markdownlint.json
./docs/use_of_hardware/RomeNodes.md
markdownlint ./docs/use_of_hardware/RomeNodes.md
```
If there are still errors: go to step 2
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment