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 - old-menu branch - PR 2 of 2 #714

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 menu.sh to prepend triple-hyphen YAML marker when generating the compose file.