diff --git a/.gitattributes b/.gitattributes index 01c98c6..4e79598 100644 --- a/.gitattributes +++ b/.gitattributes @@ -6,5 +6,4 @@ /.gitignore export-ignore /.travis.yml export-ignore /phpunit.xml.dist export-ignore -/.scrutinizer.yml export-ignore -/tests export-ignore \ No newline at end of file +/tests export-ignore diff --git a/.scrutinizer.yml b/.scrutinizer.yml deleted file mode 100644 index e0425f1..0000000 --- a/.scrutinizer.yml +++ /dev/null @@ -1,23 +0,0 @@ -filter: - excluded_paths: [tests/*] - -checks: - php: - remove_extra_empty_lines: true - remove_php_closing_tag: true - remove_trailing_whitespace: true - fix_use_statements: - remove_unused: true - preserve_multiple: false - preserve_blanklines: true - order_alphabetically: true - fix_php_opening_tag: true - fix_linefeed: true - fix_line_ending: true - fix_identation_4spaces: true - fix_doc_comments: true - -tools: - external_code_coverage: - timeout: 600 - runs: 3 \ No newline at end of file diff --git a/.styleci.yml b/.styleci.yml deleted file mode 100644 index b46b01d..0000000 --- a/.styleci.yml +++ /dev/null @@ -1 +0,0 @@ -preset: psr2 \ No newline at end of file diff --git a/composer.json b/composer.json index 7c44add..59dc964 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,6 @@ "illuminate/config": "^5.5|^6", "illuminate/view": "^5.5|^6", "phpro/grumphp": "^0.14", - "scrutinizer/ocular": "~1.1", "squizlabs/php_codesniffer": "^3", "orchestra/testbench": "^4.4" }, diff --git a/grumphp.yml b/grumphp.yml index 4b767a0..b73d14f 100644 --- a/grumphp.yml +++ b/grumphp.yml @@ -11,5 +11,8 @@ parameters: standard: PSR2 warning_severity: ~ ignore_patterns: - - tests/ - triggered_by: [php] \ No newline at end of file + - tests/ + triggered_by: [php] + whitelist_patterns: + - /^src\/.*/ + - /^config\/.*/ diff --git a/readme.md b/readme.md index 465fdb0..704d10c 100644 --- a/readme.md +++ b/readme.md @@ -261,14 +261,10 @@ The Laravel IDE Helper Generator is open-sourced software licensed under the [MI [ico-version]: https://img.shields.io/packagist/v/barryvdh/laravel-ide-helper.svg?style=flat-square [ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square [ico-travis]: https://img.shields.io/travis/barryvdh/laravel-ide-helper/master.svg?style=flat-square -[ico-scrutinizer]: https://img.shields.io/scrutinizer/coverage/g/barryvdh/laravel-ide-helper.svg?style=flat-square -[ico-code-quality]: https://img.shields.io/scrutinizer/g/barryvdh/laravel-ide-helper.svg?style=flat-square [ico-downloads]: https://img.shields.io/packagist/dt/barryvdh/laravel-ide-helper.svg?style=flat-square [link-packagist]: https://packagist.org/packages/barryvdh/laravel-ide-helper [link-travis]: https://travis-ci.org/barryvdh/laravel-ide-helper -[link-scrutinizer]: https://scrutinizer-ci.com/g/barryvdh/laravel-ide-helper/code-structure -[link-code-quality]: https://scrutinizer-ci.com/g/barryvdh/laravel-ide-helper [link-downloads]: https://packagist.org/packages/barryvdh/laravel-ide-helper [link-author]: https://github.com/barryvdh [link-contributors]: ../../contributors