mirror of
https://github.com/RWejlgaard/pez-infra.git
synced 2026-05-06 04:14:43 +00:00
11 lines
131 B
Text
11 lines
131 B
Text
---
|
|
extends: default
|
|
|
|
rules:
|
|
line-length:
|
|
max: 160
|
|
truthy:
|
|
allowed-values: ["true", "false"]
|
|
|
|
ignore:
|
|
- "**/*.enc.*"
|