1
0
mirror of https://github.com/mgechev/revive.git synced 2025-02-03 13:11:25 +02:00
revive/test/unxeported-naming_test.go

12 lines
180 B
Go
Raw Normal View History

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