mirror of
https://github.com/wiosna-dev/common-library.git
synced 2026-03-12 01:31:45 +01:00
StyleCI > disable & remove
This commit is contained in:
@@ -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',
|
||||
],
|
||||
|
||||
14
.styleci.yml
14
.styleci.yml
@@ -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
|
||||
@@ -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
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Meritoo Common Library
|
||||
Common and useful classes, methods, exceptions etc.
|
||||
|
||||
[](https://travis-ci.org/meritoo/common-library) [](https://packagist.org/packages/meritoo/common-library) [](https://styleci.io/repos/101790028) [](https://github.com/meritoo/common-library) [](https://github.com/meritoo/common-library) [](https://coveralls.io/github/meritoo/common-library?branch=master)
|
||||
[](https://travis-ci.org/meritoo/common-library) [](https://packagist.org/packages/meritoo/common-library) [](https://github.com/meritoo/common-library) [](https://github.com/meritoo/common-library) [](https://coveralls.io/github/meritoo/common-library?branch=master)
|
||||
|
||||
# Installation
|
||||
|
||||
|
||||
Reference in New Issue
Block a user