From 9e781ff18db58ed9be35e259ecf3c669a4d41e02 Mon Sep 17 00:00:00 2001 From: Eugene Burkov Date: Fri, 25 Oct 2024 16:03:19 +0300 Subject: [PATCH] scripts: imp docs --- scripts/make/go-lint.sh | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/scripts/make/go-lint.sh b/scripts/make/go-lint.sh index 50db56d6..72b2d204 100644 --- a/scripts/make/go-lint.sh +++ b/scripts/make/go-lint.sh @@ -52,12 +52,14 @@ set -f -u # # * Package sort is replaced by package slices. # -# * Package unsafe is… unsafe. The only exception is Windows-specific code -# due to golang.org/x/sys/windows API design. +# * Package unsafe is… unsafe. # -# Currently, the only standard exception are files generated from protobuf -# schemas, which use package reflect. If your project needs more exceptions, -# add and document them. +# If your project needs more exceptions, add and document them. Currently, +# there are only two standard exceptions: +# +# * Files generated from protobuf schemas, which use package reflect. +# +# * Windows-specific code caused to golang.org/x/sys/windows API design. # # TODO(a.garipov): Add golibs/log. #