Skip to content

Allow to choose which tool to use #9

@devdrops

Description

@devdrops

Idea: use boolean variables to define which tool (PHPCS or PHPMD) are available, like:

#1 means enabled, 0 means disabled.
PHPCS_COVERAGE = 1
PHPMD_COVERAGE = 1

So then once one of these tools are enabled, then we should perform the analysis.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions