Files
starter-workflows/code-scanning/properties/pmd.properties.json
T
Abir Majumdar c3c12f1950 Adding pmd
2021-10-27 15:35:18 -04:00

19 lines
603 B
JSON

{
"name": "pmd",
"creator": "pmd",
"description": "PMD is a static source code analyzer. It finds common programming flaws like unused variables, empty catch blocks, unnecessary object creation, and so forth. It supports Java, JavaScript, Salesforce.com Apex and Visualforce, Modelica, PLSQL, Apache Velocity, XML, XSL, Scala.",
"iconName": "pmd",
"categories": [
"Code Scanning",
"Java",
"JavaScript",
"Apex",
"Modelica",
"PLSQL",
"Apache Velocity",
"XML",
"XSl",
"Scala",
"Apex"
]
}