mirror of
https://gitlab.com/etherlab.org/ethercat.git
synced 2026-08-18 00:57:23 +08:00
30 lines
691 B
YAML
30 lines
691 B
YAML
repos:
|
|
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: v6.0.0
|
|
hooks:
|
|
- id: check-added-large-files
|
|
- id: check-yaml
|
|
- id: end-of-file-fixer
|
|
- id: trailing-whitespace
|
|
- id: check-case-conflict
|
|
- id: check-merge-conflict
|
|
- id: check-symlinks
|
|
- id: fix-byte-order-marker
|
|
- id: mixed-line-ending
|
|
|
|
- repo: https://github.com/igorshubovych/markdownlint-cli
|
|
rev: v0.49.1
|
|
hooks:
|
|
- id: markdownlint
|
|
|
|
- repo: https://github.com/tcort/markdown-link-check
|
|
rev: v3.14.2
|
|
hooks:
|
|
- id: markdown-link-check
|
|
|
|
- repo: https://github.com/cpplint/cpplint
|
|
rev: 2.0.2
|
|
hooks:
|
|
- id: cpplint
|