1
0
mirror of https://github.com/securego/gosec.git synced 2025-03-29 21:46:57 +02:00
gosec/report/sonar/sonar_suite_test.go
2021-05-10 10:08:04 +02:00

14 lines
199 B
Go

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