Skip to content

Commit

Permalink
Merge branch 'master' into sluongng/rm-deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
fmeum authored May 16, 2023
2 parents 55812e9 + 8eab992 commit 2fb55f9
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 2fb55f9

Please sign in to comment.