mirror of
https://github.com/swift-server/RediStack.git
synced 2026-05-03 07:32:28 +00:00
8 lines
167 B
YAML
8 lines
167 B
YAML
extends: default
|
|
|
|
rules:
|
|
line-length: false
|
|
document-start: false
|
|
truthy:
|
|
check-keys: false # Otherwise we get a false positive on GitHub action's `on` key
|