Skip to content

Port over checks from VIP Scanner into sniffs #57

@westonruter

Description

@westonruter

Automattic has a VIP Scanner tool which would greatly benefit from integrating PHP_CodeSniffer. From looking at the tool, the checks are implemented with regular expressions and so they'll be less powerful than PHPCS's sniffs which operate on tokenized streams.

The checks in the VIP Scanner should be ported over to PHPCS sniffs, then a fine-tuned ruleset (to opt-in/opt-out of the relevant rules) could be employed by the VIP Scanner. In effect, the scanner would become just be a wrapper for PHPCS.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions