Skip to content
This repository was archived by the owner on Jul 22, 2022. It is now read-only.

Commit f17ba69

Browse files
authored
DevKit updates for 1.x branch (#258)
* DevKit updates * DevKit updates
1 parent 6aa8522 commit f17ba69

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

.yamllint

+12-3
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,19 @@
22
#
33
# It's auto-generated by sonata-project/dev-kit package.
44

5+
ignore: vendor/
6+
57
extends: default
68

79
rules:
10+
comments: disable
11+
comments-indentation: disable
812
document-start: disable
9-
line-length:
10-
max: 120
11-
level: warning
13+
empty-lines:
14+
max: 1
15+
max-start: 0
16+
max-end: 0
17+
line-length: disable
18+
truthy:
19+
allowed-values: ['true', 'false']
20+
check-keys: false

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ lint-composer:
1414
.PHONY: lint-composer
1515

1616
lint-yaml:
17-
yaml-lint --ignore-non-yaml-files --quiet --exclude vendor .
17+
yamllint .
1818

1919
.PHONY: lint-yaml
2020

0 commit comments

Comments
 (0)