13 lines
154 B
Text
13 lines
154 B
Text
|
---
|
||
|
yaml-files:
|
||
|
- '*.yaml'
|
||
|
- '*.yml'
|
||
|
- '.yamllint'
|
||
|
|
||
|
extends: default
|
||
|
|
||
|
rules:
|
||
|
line-length: disable
|
||
|
indentation:
|
||
|
indent-sequences: consistent
|