1
0
mirror of https://github.com/mgechev/revive.git synced 2025-07-15 01:04:40 +02:00

Add increment decrement

This commit is contained in:
mgechev
2018-01-25 11:16:28 -08:00
parent d6a6d6290d
commit a3c28563b7
3 changed files with 89 additions and 0 deletions

View File

@ -46,6 +46,7 @@ var rules = []lint.Rule{
&rule.ErrorsRule{},
&rule.ErrorStringsRule{},
&rule.ReceiverNameRule{},
&rule.IncrementDecrementRule{},
}
func TestAll(t *testing.T) {