mirror of
https://github.com/project-zot/zot.git
synced 2026-06-18 13:37:57 +08:00
a6ac562df2
Remove explanatory text after //nolint:goconst directives to be consistent with the rest of the codebase. The codebase pattern is to use just //nolint:goconst without additional comments. This matches the style used in controller_test.go and other test files throughout the project. Co-authored-by: rchincha <45800463+rchincha@users.noreply.github.com>