2018-08-14 00:18:28 +02:00
|
|
|
package test
|
|
|
|
|
|
|
|
import (
|
|
|
|
"testing"
|
|
|
|
|
|
|
|
"github.com/mgechev/revive/rule"
|
|
|
|
)
|
|
|
|
|
|
|
|
func TestModifiesValRec(t *testing.T) {
|
2024-11-11 13:39:10 +02:00
|
|
|
testRule(t, "modifies_value_receiver", &rule.ModifiesValRecRule{})
|
2018-08-14 00:18:28 +02:00
|
|
|
}
|