Skip to content

Commit 7e80851

Browse files
Update schema.v2.json
1 parent 4b44a60 commit 7e80851

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

static/schema/schema.v2.json

+17
Original file line numberDiff line numberDiff line change
@@ -601,6 +601,23 @@
601601
"additionalProperties": false,
602602
"default": {},
603603
"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."
604621
}
605622
},
606623
"additionalProperties": false,

0 commit comments

Comments
 (0)