mirror of
https://gitlab.com/etherlab.org/ethercat.git
synced 2026-08-17 00:40:48 +08:00
Documented the existence of the pre-commit configuration.
This commit is contained in:
@@ -165,6 +165,9 @@ Enhancement suggestions are tracked as
|
||||
|
||||
There is a [coding style document](CodingStyle.md) next to this guide.
|
||||
|
||||
Please install the [pre-commit hooks](.pre-commit-config.yaml) via `pre-commit
|
||||
install`.
|
||||
|
||||
<!-- omit in toc -->
|
||||
## Attribution
|
||||
|
||||
|
||||
@@ -108,3 +108,11 @@ Please see the [contributing document](CONTRIBUTING.md).
|
||||
|
||||
Developers shall use the coding style rules in the [coding style
|
||||
file](CodingStyle.md).
|
||||
|
||||
There is a [cpplint configuration](CPPLINT.cfg) included as well that is
|
||||
automatically checked via [pre-commit hooks](.pre-commit-config.yaml). So
|
||||
please install the pre-commit hooks via
|
||||
|
||||
```bash
|
||||
pre-commit install
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user