mirror of
https://github.com/mgechev/revive.git
synced 2025-11-23 22:04:49 +02:00
12
test/disable-annotations_test.go
Normal file
12
test/disable-annotations_test.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package test
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"github.com/mgechev/revive/lint"
|
||||
"github.com/mgechev/revive/rule"
|
||||
)
|
||||
|
||||
func TestDisabledAnnotations(t *testing.T) {
|
||||
testRule(t, "disable-annotations", &rule.ExportedRule{}, &lint.RuleConfig{})
|
||||
}
|
||||
Reference in New Issue
Block a user