From 55a17a7799b0e6b88f88418565507403d96a4d7a Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Wed, 16 Oct 2019 11:11:43 +0000 Subject: [PATCH] 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. --- .yamllint | 1 + 1 file changed, 1 insertion(+) 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. -- 2.11.0