Satisfy yamllint checking of .yamllint
authorJeremy Stanley <fungi@yuggoth.org>
Wed, 16 Oct 2019 11:11:43 +0000 (11:11 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Wed, 16 Oct 2019 11:11:43 +0000 (11:11 +0000)
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

index a477f75..e12a1f1 100644 (file)
--- 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.
 # 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.