Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
David Runge
arch-boxes
Commits
3346a2f1
Unverified
Commit
3346a2f1
authored
Oct 11, 2019
by
Christian Rebischke
Committed by
GitHub
Oct 11, 2019
Browse files
Merge pull request #60 from shibumi/shibumi/fix-documentation
fixed docs and added styleguide
parents
591849ec
ae44795e
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
3346a2f1
# arch-boxes
[

](https://github.com/archlinux/arch-boxes/actions)
[

](https://github.com/archlinux/arch-boxes/actions)
Arch-boxes provides automated builds of the Arch Linux releases for
different providers and post-processors. Check the providers or post-processor sections if you want to know
...
...
STYLEGUIDE.md
0 → 100644
View file @
3346a2f1
# 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`
.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment