Skip to content

Commit

Permalink
Lint contributing doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Liam Brannigan committed Jun 6, 2024
1 parent aa39054 commit 237e428
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/development/contributing/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,8 @@ The snippet is delimited by `--8<-- [start:<snippet_name>]` and `--8<-- [end:<sn

#### Linting

Before committing:
Before committing:

- install `dprint` (see above) and run `dprint fmt` from the `docs` directory to lint the markdown files
- run `cargo fmt` for the `docs` directory to format the Rust code snippets

Expand Down

0 comments on commit 237e428

Please sign in to comment.