mirror of
https://github.com/mgechev/revive.git
synced 2025-12-03 22:39:22 +02:00
12
test/nested-structs_test.go
Normal file
12
test/nested-structs_test.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package test
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"github.com/mgechev/revive/lint"
|
||||
"github.com/mgechev/revive/rule"
|
||||
)
|
||||
|
||||
func TestNestedStructs(t *testing.T) {
|
||||
testRule(t, "nested-structs", &rule.NestedStructs{}, &lint.RuleConfig{})
|
||||
}
|
||||
Reference in New Issue
Block a user