Copy molecule tests from next branch
Add more tests in follow-up PRs. Fixes #6
This commit is contained in:
parent
cfb136bda5
commit
2cf2b919e2
7 changed files with 94 additions and 0 deletions
11
.yamllint
Normal file
11
.yamllint
Normal file
|
@ -0,0 +1,11 @@
|
|||
extends: default
|
||||
|
||||
rules:
|
||||
braces:
|
||||
max-spaces-inside: 1
|
||||
level: error
|
||||
brackets:
|
||||
max-spaces-inside: 1
|
||||
level: error
|
||||
line-length: disable
|
||||
truthy: disable
|
Reference in a new issue