mirror of https://github.com/certusone/wasmd.git
6 lines
306 B
Properties
6 lines
306 B
Properties
# see https://docs.sonarcloud.io/advanced-setup/automatic-analysis/
|
|
sonar.sources=.
|
|
sonar.exclusions=**/tests/**,**/benchmarks/**,**/ibctesting/**,**/wasmtesting/**,**/simulation/**,**/testdata/**,**/*.pb.go,**/*.pb.gw.go,**/*.test.go,**/test_*.go,**/*_fixtures.go,**/mock_*.go,**/*_mock.go
|
|
|
|
sonar.tests=.
|