1
0
mirror of https://github.com/mgechev/revive.git synced 2025-07-05 00:28:53 +02:00

String of int (#342)

* string-of-int: working version

* adds doc of string-to-int
This commit is contained in:
SalvadorC
2020-02-18 18:38:01 +01:00
committed by GitHub
parent 9c5528e4f7
commit a24e8e7b81
6 changed files with 145 additions and 0 deletions

View File

@ -81,6 +81,7 @@ var allRules = append([]lint.Rule{
&rule.UnusedReceiverRule{},
&rule.UnhandledErrorRule{},
&rule.CognitiveComplexityRule{},
&rule.StringOfIntRule{},
}, defaultRules...)
var allFormatters = []lint.Formatter{