Skip to content

Commit 80f6c6f

Browse files
Update schema.v2.json
1 parent decd410 commit 80f6c6f

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

static/schema/schema.v2.json

-17
Original file line numberDiff line numberDiff line change
@@ -601,23 +601,6 @@
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."
621604
}
622605
},
623606
"additionalProperties": false,

0 commit comments

Comments
 (0)