Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 310 Bytes

STYLEGUIDE.md

File metadata and controls

13 lines (7 loc) · 310 Bytes

Styleguide

Python

All python scripts must be formatted with yapf and checked for errors and pep8 with flake8.

Bash

All shell scripts must be formatted with shfmt -i2 -ci and be syntax checked via shellcheck.

Vagrant

Vagrant json configuration has to be checked with packer validate.