Open-Source-Orchard-Core-Extensions
Open-Source-Orchard-Core-Extensions copied to clipboard
Configure YAML linting (OSOE-759)
After https://github.com/Lombiq/NodeJs-Extensions/issues/11, configure the YAML linting rules of yamllint
as it's fitting for our projects.
- [ ] Check all the rules it has and enable/configure them, as well as fix the issues it uncovers. When in doubt, discuss it with the team.
- [ ] Add the workflow to https://github.com/Lombiq/Hosting-Media-Theme too.
- [ ] For quotes, we'll need to use the following:
quoted-strings: {
quote-type: single,
required: only-when-needed
}