1
0
mirror of https://github.com/mgechev/revive.git synced 2025-03-29 21:47:12 +02:00
revive/test/confusing-naming_test.go
2018-06-10 13:25:46 +02:00

13 lines
206 B
Go

package test
import (
"testing"
"github.com/mgechev/revive/rule"
)
// TestConfusingNaming rule.
func TestConfusingNaming(t *testing.T) {
testRule(t, "confusing-naming", &rule.ConfusingNamingRule{})
}