2016-11-03 17:15:27 +00:00
|
|
|
extends: default
|
2022-08-26 13:51:18 +00:00
|
|
|
locale: C.UTF-8
|
2016-11-03 17:15:27 +00:00
|
|
|
rules:
|
|
|
|
document-start: disable
|
|
|
|
line-length: disable
|
2022-08-26 13:37:42 +00:00
|
|
|
# ignore "warning truthy value should be one of [false, true]" on GitHub
|
|
|
|
# actions workflows, which use "on:" to specify when to run.
|
|
|
|
truthy:
|
|
|
|
ignore: |
|
|
|
|
.github/workflows/
|