mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 20:28:02 +00:00
Ensure one trailing newline per .md
file
See https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md#md047
This commit is contained in:
parent
60e8634737
commit
3fa6e4c6ef
3 changed files with 2 additions and 3 deletions
|
@ -3,7 +3,6 @@ config:
|
|||
fenced-code-language: false
|
||||
first-line-heading: false
|
||||
line-length: false
|
||||
single-trailing-newline: false
|
||||
no-bare-urls: false
|
||||
no-duplicate-heading: false
|
||||
no-emphasis-as-heading: false
|
||||
|
|
|
@ -17,4 +17,4 @@ In the `cli` folder execute:
|
|||
|
||||
```
|
||||
cargo criterion
|
||||
```
|
||||
```
|
||||
|
|
|
@ -2,4 +2,4 @@
|
|||
# Where are the tests?
|
||||
|
||||
We have a lot of tests at the end of source files, this allows us to test functions that are not exposed by the editor itself.
|
||||
`editor/mvc/ed_update.rs` and `editor/ui/text/big_text_area.rs` have many important tests.
|
||||
`editor/mvc/ed_update.rs` and `editor/ui/text/big_text_area.rs` have many important tests.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue