Skip to content

Commit 83c8dfd

Browse files
authored
chore: disable enforcing semantic linebreaks (#285)
1 parent 46446ba commit 83c8dfd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252

5353
uses: opalmedapps/.github/.github/workflows/markdownlint.yaml@main
5454
with:
55-
semantic-linebreak: true
55+
semantic-linebreak: false
5656

5757
build:
5858
runs-on: ubuntu-latest

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ If you are using Visual Studio Code, the [markdownlint vscode extension](https:/
6060

6161
Linting is performed when you make a commit (via the `pre-commit` hooks) and in CI.
6262

63-
We also enforce [semantic line breaks](https://sembr.org).
63+
While we do not enforce [semantic line breaks](https://sembr.org), we strongly recommend to put each sentence on its own line.
6464
This makes it easier to read in source and also easier to review changes to the text.
6565

6666
**Note:** This is an additional rule for `markdownlint`.

0 commit comments

Comments
 (0)