mirror of
https://github.com/securego/gosec.git
synced 2025-01-07 23:01:50 +02:00
46e55b908d
Add some test to validate the Sonarqube formatter. Signed-off-by: Cosmin Cojocar <cosmin.cojocar@gmx.ch>
14 lines
189 B
Go
14 lines
189 B
Go
package output
|
|
|
|
import (
|
|
. "github.com/onsi/ginkgo"
|
|
. "github.com/onsi/gomega"
|
|
|
|
"testing"
|
|
)
|
|
|
|
func TestRules(t *testing.T) {
|
|
RegisterFailHandler(Fail)
|
|
RunSpecs(t, "Formatters Suite")
|
|
}
|