mirror of
https://github.com/nicholaswilde/recipes.git
synced 2025-10-29 19:55:48 +00:00
13 lines
164 B
Plaintext
13 lines
164 B
Plaintext
---
|
|
extends: default
|
|
|
|
ignore: |
|
|
**/.github/**
|
|
|
|
rules:
|
|
line-length:
|
|
max: 120
|
|
level: warning
|
|
truthy:
|
|
allowed-values: ['true', 'false', 'yes', 'no']
|