mirror of
https://github.com/moby/moby.git
synced 2026-07-26 19:32:56 +00:00
gosec uses a non-standard format for "automated" comments to suppress false positives (such comments should not have a leading space, but are not allowed to start with a non-alphabetical character). However, current versions of gosec do allow a leading space. This patch reformats the comments to prevent them from being changed by IDEs when reformating code. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>