You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,24 @@ To run the tests:
31
31
./gradlew test
32
32
```
33
33
34
+
## Markdown linting
35
+
36
+
This repository uses [markdownlint](https://github.com/DavidAnson/markdownlint) via `markdownlint-cli2` managed by [mise](https://github.com/jdx/mise).
37
+
38
+
To check all Markdown files:
39
+
40
+
```bash
41
+
mise run lint:markdown
42
+
```
43
+
44
+
(note: Windows users may need to run `mise install` first)
45
+
46
+
To automatically fix fixable issues:
47
+
48
+
```bash
49
+
mise run lint:markdown --fix
50
+
```
51
+
34
52
## Snapshot Builds
35
53
36
54
Snapshot builds of the `main` branch are available from the Sonatype snapshot repository at:
0 commit comments