This repository was archived by the owner on May 27, 2022. It is now read-only.
Tags: getantibody/antibody
Tags
fix: assumed "master" as default branch (#370) * Disable nlreturn linter `nlreturn` checks for a new line before return and branch statements to increase code clarity. This project does not adhere to this convention and fails `make lint` without this change. * Change test to specify master branch fribmendes/geometry changed its default branch to "main", and it no longer has a submodule to test on that branch. The master branch is still there though and has the async submodule to test, so this commit specifies that branch. * Fix master as assumed branch (#369) Instead of assuming "master" is always the branch we want, these changes allow for taking whatever default branch the GitHub repo specifies. This supports initiatives like the move to "main" as the default branch name. * Add mattmc3's dotfiles to list
revert: os.exec git instead of go-git (#347) * Revert "fix: handle err object not found" This reverts commit ed23102. * Revert "fix: deps" This reverts commit 750ec50. * Revert "fix: improve err handling" This reverts commit 38c2d8b. * Revert "fix: go mod tidy" This reverts commit db10fc2. * Revert "feat: migrate to go-git (#342)" This reverts commit a25116e. * revert: os.exec git instead of go-git Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com> * go 1.14 Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
PreviousNext