| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
* fix(editorconfig,megalinter): enforce space style
* ignore install.sh since it's auto-generated
* simplify editorconfig
* ci(choco): update chocolatey to 1.1.0
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
|
|
|
|
|
|
|
| |
* use new paths from goreleaser
* fix path from new goreleaser paths
* fix indent of .sh
|
|
|
| |
Signed-off-by: Ryan <me@hackerc.at>
|
|
|
|
|
|
|
|
|
| |
* ci: replace superlinter with megalinter
Signed-off-by: hackercat <me@hackerc.at>
* fix: apply lint recommendations
Signed-off-by: hackercat <me@hackerc.at>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* fix: rework `setupShellCommand`
* move all logic to separate function so we can test that later
* split `step.Shell` and `step.WorkingDirectory` setup into own funcs
* general cleanup of function
* use `ActPath` to not collide with checked out repository
* use `shellquote.Split()` instead of `strings.Fields()` for better command split
* replace single string concat with `fmt`
Signed-off-by: hackercat <me@hackerc.at>
* lint(editorconfig): ignore *_test.go due to mixed style
Signed-off-by: hackercat <me@hackerc.at>
|
|
|
|
|
|
|
|
|
| |
* fix: clarify --reuse and --rm flags
Signed-off-by: hackercat <me@hackerc.at>
* lint(editorconfig): ignore *.md due to mixed style
Signed-off-by: hackercat <me@hackerc.at>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* ci(choco): fix action
Signed-off-by: hackercat <me@hackerc.at>
* fix(editorconfig): force style for all files, fix typo
Signed-off-by: hackercat <me@hackerc.at>
* ci(choco): test choco action
Signed-off-by: hackercat <me@hackerc.at>
* fix(editorconfig): unformat Dockerfile/sh
Signed-off-by: hackercat <me@hackerc.at>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* docs: fix wrong licence link
* fix: add more formatting settings, reformat all
feat: add vscode extensions recommendations
* docs: update contributing documentation
* fix: remove unnecessary comment
it was due to broken checkout
* docs: rework installation section
it has been brought up few times, new style should be easier
to understand
* docs: update images provided by catthehacker
* docs: replace 18.04 with recent image
* fix: add final new line
|
|
|