drupol/phpcsfixer-configs-drupal

Base PHP CS Fixer configurations for Drupal 7 and 8.

2.0.1 2021-05-12 10:32 UTC

This package is auto-updated.

Last update: 2023-03-12 14:09:01 UTC


README

Latest Stable Version GitHub stars Total Downloads Build Status Scrutinizer code quality Code Coverage Mutation testing badge License Say Thanks! Donate!

PHP-Cs-Fixer Drupal Configurations

Description

This package provides a set PHP-Cs-Fixer configuration objects ready to be used in a Drupal project.

Documentation

Available configuration objects:

  • drupol\PhpCsFixerConfigsDrupal\Config\Drupal7
  • drupol\PhpCsFixerConfigsDrupal\Config\Drupal8

Requirements

  • PHP >= 5.6

Installation

composer require --dev drupol/phpcsfixer-configs-drupal

Usage

See the PHP CS Fixer documentation on how to use the configuration object.

Code quality, tests and benchmarks

Every time changes are introduced into the library, Travis CI run the tests and the benchmarks.

The library has tests written with PHPSpec. Feel free to check them out in the spec directory. Run composer phpspec to trigger the tests.

Before each commit some inspections are executed with GrumPHP, run ./vendor/bin/grumphp run to check manually.

PHPInfection is used to ensure that your code is properly tested, run composer infection to test your code.

Contributing

Feel free to contribute to this library by sending Github pull requests. I'm quite reactive :-)