mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-15 22:41:19 +00:00
14 lines
272 B
YAML
14 lines
272 B
YAML
|
extends: default
|
||
|
|
||
|
ignore-from-file:
|
||
|
- docs/.gitignore
|
||
|
- docs/plugins/woodpecker-plugins/.gitignore
|
||
|
- .gitignore
|
||
|
- server/store/datastore/migration/testfiles/.gitignore
|
||
|
- web/.gitignore
|
||
|
|
||
|
rules:
|
||
|
line-length: disable
|
||
|
document-start: disable
|
||
|
comments: disable
|