Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Christian Rebischke
arch-boxes
Commits
ae44795e
Unverified
Commit
ae44795e
authored
Oct 11, 2019
by
Christian Rebischke
Browse files
fixed docs and added styleguide
Signed-off-by:
Christian Rebischke
<
chris@nullday.de
>
parent
591849ec
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
ae44795e
# 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 @
ae44795e
# 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