Skip to content

Commit

Permalink
Improve documentation for linting
Browse files Browse the repository at this point in the history
  • Loading branch information
scoopex committed Oct 28, 2024
1 parent 2f5b1ce commit 92f3acd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,8 @@ CD in your Terminal to the root directory of the cloned repository. Install all
npm install
npm start
```

## Linting problems

The repository establishes commit hooks which check the files for correctness and style.
Have a look at the [linting-guide](https://docs.scs.community/community/contribute/linting-guide/) to get detailed information.
7 changes: 7 additions & 0 deletions community/contribute/linting-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ The markdownlint rules are defined in the configuration file `.markdownlint-cli2

Additionally we use [markdownlint-rule-search-replace](https://github.com/OnkarRuikar/markdownlint-rule-search-replace) for fixing

## Local Usage for development

```bash
npm run lint:md <file>
npm run fix:md <file>
```

## Github Workflows

There are two actions running on every Pull Request on the `main` branch.
Expand Down

0 comments on commit 92f3acd

Please sign in to comment.