CI: Rename yamllint config file 11/67611/3
authorAndrew Grimberg <agrimberg@linuxfoundation.org>
Wed, 5 May 2021 16:32:23 +0000 (09:32 -0700)
committerAndrew Grimberg <agrimberg@linuxfoundation.org>
Wed, 5 May 2021 17:46:30 +0000 (10:46 -0700)
commit9f21fb18814ba6529040eb7152cc6e1f579e1505
treef9062d16042cf375f68065b3ed66f783190eccce
parent2b7f910c16ae9c5ba084bbd797f50873897934ed
CI: Rename yamllint config file

Yamllint does not look for a yamllint.conf file and we're calling it
(that I can find) anywhere with an explicit config file definition.
Since .yamllint is the default file used, we are fixing the filename

Additionally, we are adding a section on comments to protect against the
prettier pre-commit hook that enforces a single space instead of
yamllints normal double space for comments after content

Change-Id: I0df4b467ea57b1558dbb3c71d74775f84a88b037
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
.yamllint [new file with mode: 0644]
yamllint.conf [deleted file]