1
0
mirror of https://github.com/mgechev/revive.git synced 2024-11-30 08:57:07 +02:00
revive/test/flag-param_test.go

12 lines
159 B
Go
Raw Normal View History

package test
import (
"testing"
"github.com/mgechev/revive/rule"
)
func TestFlagParam(t *testing.T) {
testRule(t, "flag-param", &rule.FlagParamRule{})
}