-
Notifications
You must be signed in to change notification settings - Fork 8.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FAB-3180 fix staticcheck errors in peer
peer/chaincode/install.go:46:26: printf-style function with dynamic first argument and no further arguments should use print-style function instead (SA1006) peer/chaincode/install.go:47:26: printf-style function with dynamic first argument and no further arguments should use print-style function instead (SA1006) peer/chaincode/instantiate.go:39:26: printf-style function with dynamic first argument and no further arguments should use print-style function instead (SA1006) peer/chaincode/instantiate.go:40:26: printf-style function with dynamic first argument and no further arguments should use print-style function instead (SA1006) peer/channel/join.go:71:2: this value of spec is never used (SA4006) Change-Id: I98d1871a554061c4ee4f72609bf5869ab6227d51 Signed-off-by: Christopher Ferris <chrisfer@us.ibm.com>
- Loading branch information
1 parent
56b6d12
commit 0a3c217
Showing
3 changed files
with
5 additions
and
7 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
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