Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8a85969

Browse files
authoredMay 15, 2024
Merge pull request #2565 from cmaglie/config_refac_3
[BREAKING] gRPC / golang Configuration API refactoring
2 parents eba4af6 + cec1fdb commit 8a85969

File tree

225 files changed

+6668
-6208
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

225 files changed

+6668
-6208
lines changed
 

‎.github/workflows/check-go-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ jobs:
237237
module:
238238
- path: internal/arduino/discovery/discovery_client
239239
- path: rpc/internal/client_example
240-
- path: commands/daemon/term_example
240+
- path: commands/term_example
241241

242242
steps:
243243
- name: Checkout repository

‎.golangci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,5 +134,7 @@ issues:
134134
- path-except: internal/cli/
135135
linters:
136136
- forbidigo
137+
- path: internal/cli/.*_test.go
138+
linters: [forbidigo]
137139
- path: internal/cli/feedback/
138140
linters: [forbidigo]

0 commit comments

Comments
 (0)
Please sign in to comment.