From 107480d01b8ec0a0061caaeabc02ef6cac3e363d Mon Sep 17 00:00:00 2001 From: Meritoo Date: Sat, 16 Jun 2018 14:43:16 +0200 Subject: [PATCH] StyleCI > disable & remove --- .php_cs.dist | 1 - .styleci.yml | 14 -------------- CHANGELOG.md | 1 + README.md | 2 +- 4 files changed, 2 insertions(+), 16 deletions(-) delete mode 100644 .styleci.yml diff --git a/.php_cs.dist b/.php_cs.dist index 3b03a36..d2f2f3c 100644 --- a/.php_cs.dist +++ b/.php_cs.dist @@ -14,7 +14,6 @@ return PhpCsFixer\Config::create() ], 'blank_line_before_return' => false, 'cast_spaces' => false, - // "concat_space" instead of "concat_without_spaces" option used by StyleCI 'concat_space' => [ 'spacing' => 'one', ], diff --git a/.styleci.yml b/.styleci.yml deleted file mode 100644 index 4d03130..0000000 --- a/.styleci.yml +++ /dev/null @@ -1,14 +0,0 @@ -preset: symfony - -enabled: - - phpdoc_add_missing_param_annotation - - phpdoc_order - -disabled: - - blank_line_before_return - - cast_spaces - - concat_without_spaces - - phpdoc_align - - phpdoc_separation - - phpdoc_summary - - trim_array_spaces diff --git a/CHANGELOG.md b/CHANGELOG.md index d4b49ec..589e02f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,3 +10,4 @@ Common and useful classes, methods, exceptions etc. 5. Documentation > Docker > add paragraph for PHP Coding Standards Fixer 6. Coding standard > fix automatically 7. StyleCI configuration > fix bug "The provided fixer 'binary_operator_spaces' cannot be enabled again because it was already enabled" +8. StyleCI > disable & remove diff --git a/README.md b/README.md index d74866d..382b117 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Meritoo Common Library Common and useful classes, methods, exceptions etc. -[![Travis](https://img.shields.io/travis/rust-lang/rust.svg?style=flat-square)](https://travis-ci.org/meritoo/common-library) [![Packagist](https://img.shields.io/packagist/v/meritoo/common-library.svg?style=flat-square)](https://packagist.org/packages/meritoo/common-library) [![StyleCI](https://styleci.io/repos/101790028/shield?branch=master)](https://styleci.io/repos/101790028) [![license](https://img.shields.io/github/license/meritoo/common-library.svg?style=flat-square)](https://github.com/meritoo/common-library) [![GitHub commits](https://img.shields.io/github/commits-since/meritoo/common-library/0.0.1.svg?style=flat-square)](https://github.com/meritoo/common-library) [![Coverage Status](https://coveralls.io/repos/github/meritoo/common-library/badge.svg?branch=master)](https://coveralls.io/github/meritoo/common-library?branch=master) +[![Travis](https://img.shields.io/travis/rust-lang/rust.svg?style=flat-square)](https://travis-ci.org/meritoo/common-library) [![Packagist](https://img.shields.io/packagist/v/meritoo/common-library.svg?style=flat-square)](https://packagist.org/packages/meritoo/common-library) [![license](https://img.shields.io/github/license/meritoo/common-library.svg?style=flat-square)](https://github.com/meritoo/common-library) [![GitHub commits](https://img.shields.io/github/commits-since/meritoo/common-library/0.0.1.svg?style=flat-square)](https://github.com/meritoo/common-library) [![Coverage Status](https://coveralls.io/repos/github/meritoo/common-library/badge.svg?branch=master)](https://coveralls.io/github/meritoo/common-library?branch=master) # Installation