File tree 1 file changed +17
-0
lines changed
1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 601
601
"additionalProperties" : false ,
602
602
"default" : {},
603
603
"description" : " actionlint is a static checker for GitHub Actions workflow files."
604
+ },
605
+ "pmd" : {
606
+ "type" : " object" ,
607
+ "properties" : {
608
+ "enabled" : {
609
+ "type" : " boolean" ,
610
+ "default" : true ,
611
+ "description" : " Enable Pmd | PMD is an extensible multilanguage static code analyzer. It’s mainly concerned with Java. | v7.4.0"
612
+ },
613
+ "config_file" : {
614
+ "type" : " string" ,
615
+ "description" : " Optional path to the Pmd configuration file relative to the repository."
616
+ }
617
+ },
618
+ "additionalProperties" : false ,
619
+ "default" : {},
620
+ "description" : " PMD is an extensible multilanguage static code analyzer. It’s mainly concerned with Java."
604
621
}
605
622
},
606
623
"additionalProperties" : false ,
You can’t perform that action at this time.
0 commit comments