Skip to content

Update the config file template and config reference with 3 new tools #428

Open
@smb06

Description

@smb06

We have 3 new tools that have been added recently. These are Flake8, PHPMD and PHPCS. We will need to update the .yaml config file template and the Config Reference with these new tools.

The .yaml config file template needs these added in the tools section. Refer to the schema for more details.

flake8:
enabled: true
phpmd:
enabled: true
phpcs:
enabled: true

Also add relevant information to the Tools section in Configuration Reference chapter.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions