projects
/
mudpy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79167e5
)
Satisfy yamllint checking of .yamllint
author
Jeremy Stanley
<fungi@yuggoth.org>
Wed, 16 Oct 2019 11:11:43 +0000
(11:11 +0000)
committer
Jeremy 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
patch
|
blob
|
history
diff --git
a/.yamllint
b/.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.