From: Jeremy Stanley Date: Wed, 16 Oct 2019 11:11:43 +0000 (+0000) Subject: Satisfy yamllint checking of .yamllint X-Git-Tag: 0.1.0~26 X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=commitdiff_plain;h=55a17a7799b0e6b88f88418565507403d96a4d7a Satisfy yamllint checking of .yamllint The 1.18.0 release of yamllint has started linting its .yamllint config file by default. Add a document marker at the top of the file so that it will pass document-start rule. --- diff --git a/.yamllint b/.yamllint index a477f75..e12a1f1 100644 --- a/.yamllint +++ b/.yamllint @@ -1,3 +1,4 @@ +--- # Copyright (c) 2018 mudpy authors. Permission to use, copy, # modify, and distribute this software is granted under terms # provided in the LICENSE file distributed with this software.