* initial galaxy.yml * added readme * lint fix * Updated description Co-authored-by: Dov Benyomin Sohacheski <b@kloud.email> * Updated license_file section Co-authored-by: Dov Benyomin Sohacheski <b@kloud.email> * Updated tags section Co-authored-by: Dov Benyomin Sohacheski <b@kloud.email> * Updated dependencies section Co-authored-by: Dov Benyomin Sohacheski <b@kloud.email> * removed extra empty line galaxy created --------- Co-authored-by: Harald Fielker <harald.fielker@gmail.com> Co-authored-by: Dov Benyomin Sohacheski <b@kloud.email> Co-authored-by: Techno Tim <timothystewart6@gmail.com>
12 lines
147 B
Plaintext
12 lines
147 B
Plaintext
---
|
|
extends: default
|
|
|
|
rules:
|
|
line-length:
|
|
max: 120
|
|
level: warning
|
|
truthy:
|
|
allowed-values: ['true', 'false']
|
|
ignore:
|
|
- galaxy.yml
|