Skip to content

Commit

Permalink
Merge pull request #325 from metrumresearchgroup/valtools
Browse files Browse the repository at this point in the history
Set up valtools subtree
  • Loading branch information
kyleam authored Aug 14, 2024
2 parents 94c9262 + 6548cb3 commit f2aa928
Show file tree
Hide file tree
Showing 51 changed files with 3,639 additions and 884 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
go-version: ${{ matrix.config.go }}
- name: Unit tests
shell: bash
run: go list ./... | grep -v integration | xargs go test
run: ./scripts/run-unit-tests
- name: Build bbi
shell: bash
run: |
Expand Down
1 change: 1 addition & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ issues:
- gosec
exclude-dirs:
- (^|/)mock($|/)
- internal/valtools

linters-settings:
errcheck:
Expand Down
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ MAKE_HOME=${PWD}

install:
cd cmd/bbi; go install ${LDFLAGS}

VT_TEST_RUNNERS = scripts/run-unit-tests
VT_TEST_RUNNERS += scripts/run-integration-tests
include internal/valtools/rules.mk
7 changes: 0 additions & 7 deletions cmd/bbi/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,6 @@ import (
// buildTime can be set from LDFLAGS during development.
var buildTime string

// if want to generate docs
//
// import "github.com/spf13/cobra/doc"
// err := doc.GenMarkdownTree(cmd.RootCmd, "../../docs/bbi")
// if err != nil {
// panic(err)
// }
func main() {
cmd.Execute(buildTime)
}
31 changes: 0 additions & 31 deletions docs/bbi/bbi.md

This file was deleted.

21 changes: 0 additions & 21 deletions docs/bbi/init.md

This file was deleted.

66 changes: 0 additions & 66 deletions docs/bbi/nonmem/clean/clean.md

This file was deleted.

91 changes: 0 additions & 91 deletions docs/bbi/nonmem/nonmem.md

This file was deleted.

36 changes: 0 additions & 36 deletions docs/bbi/nonmem/probs/probs.md

This file was deleted.

37 changes: 0 additions & 37 deletions docs/bbi/nonmem/reclean/reclean.md

This file was deleted.

48 changes: 0 additions & 48 deletions docs/bbi/nonmem/run/local/local.md

This file was deleted.

Loading

0 comments on commit f2aa928

Please sign in to comment.