Skip to content

Fix golint to check all project files recursively

Victor Zagorodny requested to merge vzagorodny-fix-linter-in-ci-pipeline into master

What does this MR do?

Prior to this lint_code job has checked only the root dir of the project. This MR enables it to check all project files recursively by running golint -set_exit_status ./.... And also contains fixes for all golint complaints.

What are the relevant issue numbers?

gitlab-org/gitlab#14026 (closed)

Does this MR meet the acceptance criteria?

Edited by Victor Zagorodny

Merge request reports