Skip to content

Commit

Permalink
scripts: imp docs
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeneOne1 committed Oct 25, 2024
1 parent 1dbc784 commit 9e781ff
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions scripts/make/go-lint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.
#
Expand Down

0 comments on commit 9e781ff

Please sign in to comment.