feature/editorconfig-checker #3

Merged
schtobia merged 2 commits from feature/editorconfig-checker into master 2023-09-13 17:14:56 +02:00
2 changed files with 8 additions and 0 deletions

View file

@ -15,4 +15,9 @@ repos:
rev: v2.1.0
hooks:
- id: reuse
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
rev: '2.7.2'
hooks:
- id: editorconfig-checker
alias: ec
...

View file

@ -16,6 +16,8 @@ This repository adheres to [SemVer](https://semver.org/lang/de/) and [Keep a Cha
Simple, add the second option to your `.pre-commit-config.yaml`.
<!-- editorconfig-checker-disable -->
```yaml
---
repos:
@ -32,6 +34,7 @@ repos:
- id: woodpecker-lint
...
```
<!--// editorconfig-checker-enable -->
## Alternative Repos