-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Expand file tree
/
Copy path.yamllint
More file actions
20 lines (17 loc) · 388 Bytes
/
Copy path.yamllint
File metadata and controls
20 lines (17 loc) · 388 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# DO NOT EDIT THIS FILE!
#
# It's auto-generated by sonata-project/dev-kit package.
ignore: vendor/
extends: default
rules:
comments: disable
comments-indentation: disable
document-start: disable
empty-lines:
max: 1
max-start: 0
max-end: 0
line-length: disable
truthy:
allowed-values: ['true', 'false']
check-keys: false