chore: migrated repository from github.com
to git.kokuwa.io
This commit is contained in:
parent
9c383a277f
commit
50fe4a86b8
27 changed files with 1145 additions and 479 deletions
15
.yamllint.yaml
Normal file
15
.yamllint.yaml
Normal file
|
@ -0,0 +1,15 @@
|
|||
extends: default
|
||||
|
||||
## see https://yamllint.readthedocs.io/en/stable/rules.html
|
||||
rules:
|
||||
|
||||
# no need for document start
|
||||
document-start: disable
|
||||
|
||||
# line length is not important
|
||||
line-length: disable
|
||||
|
||||
# force double quotes everywhere
|
||||
quoted-strings:
|
||||
quote-type: double
|
||||
required: only-when-needed
|
Loading…
Add table
Add a link
Reference in a new issue