You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: go/nogo.rst
+2-7Lines changed: 2 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -24,14 +24,9 @@
24
24
.. 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
25
25
26
26
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
-
31
27
``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.
35
30
36
31
``nogo`` is a powerful tool for preventing bugs and code anti-patterns early
37
32
in the development process. It may be used to run the same analyses as `vet`_,
0 commit comments