Skip to content

Commit

Permalink
DevKit updates for 3.x branch (#6924)
Browse files Browse the repository at this point in the history
* DevKit updates

* DevKit updates
  • Loading branch information
SonataCI committed Mar 10, 2021
1 parent 23ef0c9 commit b1a51ef
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
15 changes: 12 additions & 3 deletions .yamllint
Expand Up @@ -2,10 +2,19 @@
#
# It's auto-generated by sonata-project/dev-kit package.

ignore: vendor/

extends: default

rules:
comments: disable
comments-indentation: disable
document-start: disable
line-length:
max: 120
level: warning
empty-lines:
max: 1
max-start: 0
max-end: 0
line-length: disable
truthy:
allowed-values: ['true', 'false']
check-keys: false
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -14,7 +14,7 @@ lint-composer:
.PHONY: lint-composer

lint-yaml:
yaml-lint --ignore-non-yaml-files --quiet --exclude vendor .
yamllint .

.PHONY: lint-yaml

Expand Down

0 comments on commit b1a51ef

Please sign in to comment.