We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f23fc9 commit 9f6183bCopy full SHA for 9f6183b
tools/pmdConfigCreator_test.go
@@ -342,12 +342,7 @@ func TestExactJsonStructure(t *testing.T) {
342
},
343
}
344
345
- fmt.Println("Test input:")
346
- fmt.Printf("Parameters: %+v\n", config[0].Parameters)
347
-
348
obtainedConfig := CreatePmdConfig(config)
349
- fmt.Println("Generated XML:")
350
- fmt.Println(obtainedConfig)
351
352
var ruleset PMDRuleset
353
err := xml.Unmarshal([]byte(obtainedConfig), &ruleset)
0 commit comments