mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-02-06 14:42:25 +00:00
14 lines
293 B
YAML
14 lines
293 B
YAML
extends: default
|
|
|
|
ignore-from-file:
|
|
- docs/.gitignore
|
|
- docs/plugins/woodpecker-plugins/.gitignore
|
|
- .gitignore
|
|
- server/store/datastore/migration/test-files/.gitignore
|
|
- web/.gitignore
|
|
- web/.yamlignore
|
|
|
|
rules:
|
|
line-length: disable
|
|
document-start: disable
|
|
comments: disable
|