rasta/sniffs

Rapid Agile Softwares default code styles to be used with Squizlabs' code sniffer.

1.0.0 2020-03-20 09:06 UTC

This package is auto-updated.

Last update: 2024-04-20 18:15:14 UTC


README

Rapid Agile Software default code styles to be used with Squizlabs' codesniffer and PHPCSFixer.

Install

  1. Create a file easy-coding-standard.neon in the root path of project with at least below contents:
includes:
  - vendor/rasta/sniffs/easy-coding-standard.neon
  1. Run composer require-dev rasta/sniffs

43 Add a linting command to composer.json

  "scripts": {
    "lint": "ecs check src cron tests --clear-cache",
    "lint:fix": "ecs check src cron tests --clear-cache --fix"
  }