12 lines
540 B
YAML
12 lines
540 B
YAML
|
|
---
|
||
|
|
exclude_paths:
|
||
|
|
- .ansible/
|
||
|
|
- .cache/
|
||
|
|
- .forgejo/
|
||
|
|
skip_list:
|
||
|
|
- package-latest # it would be lovely to pin versions and test before deployment but lack resources
|
||
|
|
- no-changed-when # TODO: remove this eventually, needs more thinking case by case
|
||
|
|
- risky-file-permissions # TODO: remove this eventually, needs more thinking case by case
|
||
|
|
- yaml[line-length] # TODO: remove this eventually, whitespace changes can cause unforseen problems
|
||
|
|
- galaxy[no-changelog] # TODO: remove this once we tag a release
|