13.8k views
4 votes
PMD is ___ and includes built-in ___. It is used in Copado as a ___ to enforce a ___ for your codebase. Unlike ___, PMD ___ in ___.

A) Open-source / Rules / Linter / Standard / Code Inspector / Executes / Production
B) Closed-source / Thresholds / Code Validator / Standard / Code Quality Tool / Enforces / Development
C) Proprietary / Metrics / Code Analyzer / Standard / Code Analysis Tool / Applies / Production
D) Open-source / Thresholds / Code Analyzer / Framework / Code Inspector / Validates / Development

User Siddhesh
by
8.2k points

1 Answer

4 votes

Final answer:

PMD is an open-source linter with built-in rules used in Copado to maintain codebase standards, and it operates during the development phase.

Step-by-step explanation:

PMD is an open-source tool that includes built-in rules. It is commonly used within the Copado DevOps ecosystem as a linter to enforce a certain standard for your codebase. Unlike Code Inspector, which is another tool for reviewing code quality, PMD executes in the development phase to help maintain code quality by identifying potential issues before they make it to production.

User Offroff
by
7.9k points