mirror of
https://github.com/securego/gosec.git
synced 2024-11-06 03:55:50 +00:00
46e55b908d
Add some test to validate the Sonarqube formatter. Signed-off-by: Cosmin Cojocar <cosmin.cojocar@gmx.ch>
13 lines
189 B
Go
13 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")
|
|
}
|