Skip to content

Commit

Permalink
Merge pull request #2565 from cmaglie/config_refac_3
Browse files Browse the repository at this point in the history
[BREAKING] gRPC / golang Configuration API refactoring
  • Loading branch information
cmaglie committed May 15, 2024
2 parents eba4af6 + cec1fdb commit 8a85969
Show file tree
Hide file tree
Showing 225 changed files with 6,668 additions and 6,208 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-go-task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ jobs:
module:
- path: internal/arduino/discovery/discovery_client
- path: rpc/internal/client_example
- path: commands/daemon/term_example
- path: commands/term_example

steps:
- name: Checkout repository
Expand Down
2 changes: 2 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,5 +134,7 @@ issues:
- path-except: internal/cli/
linters:
- forbidigo
- path: internal/cli/.*_test.go
linters: [forbidigo]
- path: internal/cli/feedback/
linters: [forbidigo]
4 changes: 2 additions & 2 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ tasks:
dir: '{{default "./" .GO_MODULE_PATH}}'
cmds:
- |
go test \
LANG=en go test \
-v \
-short \
-run '{{default ".*" .GO_TEST_REGEX}}' \
Expand All @@ -115,7 +115,7 @@ tasks:
- |
rm -fr coverage_data
mkdir coverage_data
INTEGRATION_GOCOVERDIR={{ .ROOT_DIR }}/coverage_data go test \
LANG=en INTEGRATION_GOCOVERDIR={{ .ROOT_DIR }}/coverage_data go test \
-v \
-short \
{{ .GO_TEST_PACKAGE }} \
Expand Down
2,523 changes: 0 additions & 2,523 deletions commands/board/testdata/package_index.json

This file was deleted.

0 comments on commit 8a85969

Please sign in to comment.