Add nolints on remaining functions

This commit is contained in:
ValarDragon
2018-07-09 16:16:43 -07:00
parent 17b5370c22
commit 99e91dd276
4 changed files with 26 additions and 12 deletions
+2
View File
@@ -46,6 +46,8 @@ phrase, otherwise, a new key will be generated.`,
return cmd
}
// nolint: gocyclo
// TODO remove the above when addressing #1446
func runAddCmd(cmd *cobra.Command, args []string) error {
var kb keys.Keybase
var err error