Skip to content

Commit

Permalink
Suggest the correct markdownlint CLI (open-telemetry#1520)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
rakyll and bogdandrutu authored Mar 16, 2021
1 parent c0426c7 commit d476182
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,8 @@ the box settings for this repository will be consistent.
To check for style violations, use

```bash
# Ruby and gem are required for mdl
gem install mdl
mdl -c .mdlrc .
make install-markdownlint # install markdownlint if not installed
make markdownlint # run at the root of the repo
```

To fix style violations, follow the
Expand Down

0 comments on commit d476182

Please sign in to comment.