Skip to content

Fix static check violations

Steve Xuereb requested to merge fix-static-checks into master

What does this MR do?

Fix static check violations

Why was this MR needed?

  • don't use underscores in Go names; struct field allowed_images should be allowedImages (golint)
  • SA4006: this value of image is never used (staticcheck)

Are there points in the code the reviewer needs to double check?

Does this MR meet the acceptance criteria?

  • Documentation created/updated
  • Added tests for this feature/bug
  • In case of conflicts with master - branch was rebased

Merge request reports