Skip to content

Commit

Permalink
Fix formatting in nogo usage doc (#3557)
Browse files Browse the repository at this point in the history
  • Loading branch information
sluongng authored May 16, 2023
1 parent c403db6 commit 8eab992
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions go/nogo.rst
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,13 @@ Relationship with other linters
~~~~~~~~~~~~~~~~~~~~~

In Golang, a linter is composed of multiple parts:

- A collection of rules (checks) that define different validations against the source code

- Optionally, each rules could be coupled with a fixer that can automatically fix the code.

- A configuration framework that allows users to enable/disable rules, and configure the rules.

- A runner binary that orchestrate the above components.

To help with the above, Go provides a framework called `analysis`_ that allows
Expand Down

0 comments on commit 8eab992

Please sign in to comment.