From be1bcb1ace9ceadd171b413de47dde52f1c597af Mon Sep 17 00:00:00 2001 From: RJ Garcia Date: Fri, 13 Jan 2023 17:42:22 -0500 Subject: [PATCH] Removed Scrutinzer Integration The integration seems flakey and isn't a priority. --- .gitattributes | 1 - .github/workflows/php.yml | 7 +------ .scrutinizer.yml | 35 ----------------------------------- README.md | 1 - doc/content/_index.md | 1 - 5 files changed, 1 insertion(+), 44 deletions(-) delete mode 100644 .scrutinizer.yml diff --git a/.gitattributes b/.gitattributes index 1f904e9c..9960195a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,5 @@ /tests export-ignore /.gitattributes export-ignore /.gitignore export-ignore -/.scrutinizer.yml export-ignore /.travis.yml export-ignore /phpunit.xml export-ignore diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 40288ee4..0c3363ac 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -27,9 +27,4 @@ jobs: - name: Install Composer Deps run: composer install - name: Run Tests - run: phpunit --testdox --coverage-text --coverage-clover=coverage.clover - - name: Upload Scrutinzer - continue-on-error: true - run: | - wget https://scrutinizer-ci.com/ocular.phar - php ocular.phar code-coverage:upload --format=php-clover coverage.clover \ No newline at end of file + run: phpunit --testdox --coverage-text --coverage-clover=coverage.clover \ No newline at end of file diff --git a/.scrutinizer.yml b/.scrutinizer.yml deleted file mode 100644 index 98d69da2..00000000 --- a/.scrutinizer.yml +++ /dev/null @@ -1,35 +0,0 @@ -filter: - paths: [src/*] - excluded_paths: [tests/*] -checks: - php: - code_rating: true - 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: 4 - php_code_coverage: false - php_code_sniffer: - config: - standard: PSR2 - filter: - paths: ['src'] - php_loc: - enabled: true - excluded_dirs: [vendor, test] - php_cpd: - enabled: true - excluded_dirs: [vendor, test] diff --git a/README.md b/README.md index c5740e36..0bf5db0a 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,6 @@ Plates [![Latest Version](https://img.shields.io/github/release/thephpleague/plates.svg?style=flat-square)](https://github.com/thephpleague/plates/releases) [![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE) [![Build Status](https://img.shields.io/github/workflow/status/thephpleague/plates/PHP/v3?style=flat-square)](https://github.com/thephpleague/plates/actions?query=workflow%3APHP+branch%3Av3) -[![Coverage Status](https://img.shields.io/scrutinizer/coverage/g/thephpleague/plates.svg?style=flat-square)](https://scrutinizer-ci.com/g/thephpleague/plates/code-structure) [![Quality Score](https://img.shields.io/scrutinizer/g/thephpleague/plates.svg?style=flat-square)](https://scrutinizer-ci.com/g/thephpleague/plates) [![Total Downloads](https://img.shields.io/packagist/dt/league/plates.svg?style=flat-square)](https://packagist.org/packages/league/plates) diff --git a/doc/content/_index.md b/doc/content/_index.md index b1324225..210629c4 100644 --- a/doc/content/_index.md +++ b/doc/content/_index.md @@ -11,7 +11,6 @@ weight = 1 [![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](https://github.com/thephpleague/plates/blob/master/LICENSE) {{}}
{{}} [![Build Status](https://img.shields.io/github/workflow/status/thephpleague/plates/PHP/v3?style=flat-square)](https://github.com/thephpleague/plates/actions?query=workflow%3APHP+branch%3Av3) -[![Coverage Status](https://img.shields.io/scrutinizer/coverage/g/thephpleague/plates.svg?style=flat-square)](https://scrutinizer-ci.com/g/thephpleague/plates/code-structure) [![Quality Score](https://img.shields.io/scrutinizer/g/thephpleague/plates.svg?style=flat-square)](https://scrutinizer-ci.com/g/thephpleague/plates) [![Total Downloads](https://img.shields.io/packagist/dt/league/plates.svg?style=flat-square)](https://packagist.org/packages/league/plates)