forked from ultravioletrs/cocos
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NOISSUE - Fix dependencies (ultravioletrs#13)
* vendor Signed-off-by: WashingtonKK <[email protected]> * Return agent changes Signed-off-by: WashingtonKK <[email protected]> * Add missing import Signed-off-by: WashingtonKK <[email protected]> * remove vendor Signed-off-by: WashingtonKK <[email protected]> * Fix formatting Signed-off-by: WashingtonKK <[email protected]> * Formatting errors Signed-off-by: WashingtonKK <[email protected]> * Update agent/api/grpc/client.go Signed off: WashingtonKK [email protected] Co-authored-by: Sammy Kerata Oina <[email protected]> * add linters and fix Signed-off-by: SammyOina <[email protected]> * update ci Signed-off-by: SammyOina <[email protected]> * remove deprecated dependencies and use local agent and manager Signed-off-by: SammyOina <[email protected]> * update mainflux Signed-off-by: SammyOina <[email protected]> * Fix Jaeger URL in agent and manager main.go files The Jaeger URL in the agent and manager main.go files was incorrect. This commit fixes the Jaeger URL by updating it to "http://localhost::4318/v1/traces". Signed-off-by: SammyOina <[email protected]> --------- Signed-off-by: WashingtonKK <[email protected]> Signed-off-by: SammyOina <[email protected]> Co-authored-by: WashingtonKK <[email protected]>
- Loading branch information
1 parent
7d47ed7
commit f1f8f95
Showing
83 changed files
with
829 additions
and
1,149 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
run: | ||
timeout: 3m | ||
build-tags: | ||
- "nats" | ||
|
||
issues: | ||
max-issues-per-linter: 10 | ||
max-same-issues: 10 | ||
|
||
linters-settings: | ||
gocritic: | ||
enabled-checks: | ||
- captLocal | ||
- dupImport | ||
- singleCaseSwitch | ||
disabled-checks: | ||
- appendAssign | ||
enabled-tags: | ||
- diagnostic | ||
disabled-tags: | ||
- performance | ||
- style | ||
- experimental | ||
- opinionated | ||
misspell: | ||
ignore-words: | ||
- "mosquitto" | ||
stylecheck: | ||
checks: ["-ST1000", "-ST1003", "-ST1020", "-ST1021", "-ST1022"] | ||
goheader: | ||
template: |- | ||
Copyright (c) Ultraviolet | ||
SPDX-License-Identifier: Apache-2.0 | ||
linters: | ||
disable-all: true | ||
enable: | ||
- gocritic | ||
- gosimple | ||
- errcheck | ||
- govet | ||
- unused | ||
- goconst | ||
- godot | ||
- godox | ||
- ineffassign | ||
- misspell | ||
- stylecheck | ||
- whitespace | ||
- gci | ||
- gofmt | ||
- goimports | ||
- loggercheck | ||
- goheader | ||
- asasalint | ||
- asciicheck | ||
- bidichk | ||
- contextcheck | ||
- decorder | ||
- dogsled | ||
- errchkjson | ||
- errname | ||
- execinquery | ||
- exportloopref | ||
- ginkgolinter | ||
- gocheckcompilerdirectives | ||
- gofumpt | ||
- goprintffuncname | ||
- importas | ||
- makezero | ||
- mirror | ||
- nakedret | ||
- dupword |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.