Release Notes - 1.0
1.0.0-alpha1
Note
Initial release of this extension: support for Go language with a small number of Go specific rules.
Rules
Rule Id | New Rule | Details |
---|---|---|
1046000 | TRUE | Avoid Artifacts with High Cyclomatic Complexity (Go) |
1046002 | TRUE | Avoid undocumented Functions (Go) |
1046004 | TRUE | Avoid Functions having a very low Comment/Code ratio (Go) |
1046006 | TRUE | Avoid undocumented Methods (Go) |
1046008 | TRUE | Avoid Methods having a very low Comment/Code ratio (Go) |