mirror of
https://github.com/ivuorinen/.github.git
synced 2026-01-26 03:13:57 +00:00
16 lines
182 B
YAML
16 lines
182 B
YAML
---
|
|
extends: default
|
|
|
|
ignore-from-file: .gitignore
|
|
|
|
yaml-files:
|
|
- "*.yaml"
|
|
- "*.yml"
|
|
- ".yamllint.yml"
|
|
|
|
rules:
|
|
line-length:
|
|
max: 300
|
|
level: warning
|
|
truthy: disable
|