Skip to content

Commit b095572

Browse files
rakyllbogdandrutu
andauthored
Suggest the correct markdownlint CLI (open-telemetry#1520)
* Suggest the correct markdownlint CLI So the developers can run `make markdownlint` to lint the files. * Fix instructions Co-authored-by: Bogdan Drutu <[email protected]>
1 parent 1928a18 commit b095572

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

CONTRIBUTING.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,8 @@ the box settings for this repository will be consistent.
9595
To check for style violations, use
9696

9797
```bash
98-
# Ruby and gem are required for mdl
99-
gem install mdl
100-
mdl -c .mdlrc .
98+
make install-markdownlint # install markdownlint if not installed
99+
make markdownlint # run at the root of the repo
101100
```
102101

103102
To fix style violations, follow the

0 commit comments

Comments
 (0)