Skip to content
This repository was archived by the owner on Sep 9, 2022. It is now read-only.

Option for installed_paths #6

@bueltge

Description

@bueltge

Would be great that we have also the possibility to add options like installed_paths so we can set config like phpcs --config-set installed_paths "../../coding-standards/example/,../../automattic/phpcs-neutron-standard/"

About this option: https://github.com/squizlabs/PHP_CodeSniffer/wiki/Configuration-Options#setting-the-installed-standard-paths

maybe like

inputs:
  enable_warnings:
    description: 'Enable checking for warnings (-w)'
    required: false
    default: ''
  installed_paths:
    description: 'Setting the installed standard paths'
    required: false
    default: ''

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions