Skip to content

Commit

Permalink
Fix new linter errors by skipping them for now 💺
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
  • Loading branch information
vdemeester committed Oct 25, 2019
1 parent 651034a commit caf1b9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions cmd/bash/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ var (
args = flag.String("args", "", "space separated arguments for shell")
)

// nolint: gosec
func main() {
flag.Parse()
logger, _ := logging.NewLogger("", "shell_command")
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit caf1b9d

Please sign in to comment.