SensorsIot / IOTstack

Docker stack for getting started on IOT on the Raspberry PI
GNU General Public License v3.0
1.42k stars 303 forks source link

2023-06-14 yamllint - master branch - PR 1 of 2 #713

Closed Paraphraser closed 1 year ago

Paraphraser commented 1 year ago

Applies changes recommended by yamllint, subject to the following alterations to the default ruleset:

---

extends: default

rules:
  empty-lines:
    max: 2
    max-start: 0
    max-end: 1
  line-length:
    max: 200

Opportunistic changes:

Also changes docker-compose-base.yml to prepend triple-hyphen YAML marker.