1
0
mirror of https://github.com/mgechev/revive.git synced 2025-11-23 22:04:49 +02:00

test: remove useless comments (#1173)

This commit is contained in:
Oleksandr Redko
2024-12-05 14:01:47 +02:00
committed by GitHub
parent a31d590c83
commit c160d12fd3
21 changed files with 0 additions and 21 deletions

View File

@@ -8,7 +8,6 @@ import (
"github.com/mgechev/revive/rule"
)
// TestEarlyReturn tests early-return rule.
func TestEarlyReturn(t *testing.T) {
testRule(t, "early_return", &rule.EarlyReturnRule{})
testRule(t, "early_return_scope", &rule.EarlyReturnRule{}, &lint.RuleConfig{Arguments: []any{ifelse.PreserveScope}})