-
Notifications
You must be signed in to change notification settings - Fork 507
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FAB-9312] Resolve metalinter warnings
- fix fabsdk package Change-Id: I3154e331f38de89975e6b5335fdf59c5c720a512 Signed-off-by: Firas Qutishat <[email protected]>
- Loading branch information
Showing
9 changed files
with
73 additions
and
57 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
{ | ||
"Deadline": "5m", | ||
"Exclude": [ | ||
".*seekInfo can be .*proto.Message.*" | ||
], | ||
"EnableGC": true, | ||
"WarnUnmatchedDirective": true, | ||
"Enable": [ | ||
"deadcode", | ||
"gocyclo", | ||
"gotype", | ||
"goimports", | ||
"golint", | ||
"gosimple", | ||
"ineffassign", | ||
"interfacer", | ||
"misspell", | ||
"unconvert", | ||
"unused", | ||
"vet", | ||
"varcheck", | ||
"maligned", | ||
"errcheck", | ||
"megacheck", | ||
"goconst", | ||
"gas", | ||
"structcheck" | ||
], | ||
"Cyclo": 10, | ||
"Aggregate": true | ||
} |
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
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
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
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