Skip to content

Commit e470f85

Browse files
tyler-frenchfmeum
andcommitted
Update nogo.rst (#4071)
Resolves #3996 --------- Co-authored-by: Fabian Meumertzheim <[email protected]>
1 parent 7666720 commit e470f85

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

go/nogo.rst

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,9 @@
2424
.. footer:: The ``nogo`` logo was derived from the Go gopher, which was designed by Renee French. (http://reneefrench.blogspot.com/) The design is licensed under the Creative Commons 3.0 Attributions license. Read this article for more details: http://blog.golang.org/gopher
2525

2626

27-
**WARNING**: This functionality is experimental, so its API might change.
28-
Please do not rely on it for production use, but feel free to use it and file
29-
issues.
30-
3127
``nogo`` is a tool that analyzes the source code of Go programs. It runs
32-
alongside the Go compiler in the Bazel Go rules and rejects programs that
33-
contain disallowed coding patterns. In addition, ``nogo`` may report
34-
compiler-like errors.
28+
in an action after the Go compiler in the Bazel Go rules and rejects sources that
29+
contain disallowed coding patterns from the configured analyzers.
3530

3631
``nogo`` is a powerful tool for preventing bugs and code anti-patterns early
3732
in the development process. It may be used to run the same analyses as `vet`_,

0 commit comments

Comments
 (0)