Adding yamllint conf with warnings for whitespaces

This commit is contained in:
Filipe Spencer Lopes 2021-03-09 14:19:51 +01:00
parent c1765618c6
commit aa6e8be528

7
.yamllint.yml Normal file
View File

@ -0,0 +1,7 @@
config_data: |
extends: default
rules:
new-line-at-end-of-file:
level: warning
trailing-spaces:
level: warning