1
0
mirror of https://github.com/securego/gosec.git synced 2025-03-21 21:17:32 +02:00
gosec/report/sonar/sonar_suite_test.go

14 lines
199 B
Go
Raw Normal View History

package sonar_test
import (
"testing"
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
)
func TestRules(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "Sonar Formatters Suite")
}