From 9fb481137e0200a528c18af5b36ccca9598025a1 Mon Sep 17 00:00:00 2001 From: Cedric Ziel Date: Tue, 2 Feb 2021 23:05:49 +0100 Subject: [PATCH] Remove scrutinizer leftovers --- .scrutinizer.yml | 33 --------------------------------- README.md | 2 +- 2 files changed, 1 insertion(+), 34 deletions(-) delete mode 100644 .scrutinizer.yml diff --git a/.scrutinizer.yml b/.scrutinizer.yml deleted file mode 100644 index cd3b9e3..0000000 --- a/.scrutinizer.yml +++ /dev/null @@ -1,33 +0,0 @@ ---- -filter: - paths: [src/*] -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 - php_code_sniffer: - config: - standard: PSR2 - filter: - paths: ['src'] - php_loc: - enabled: true - excluded_dirs: [vendor, tests] - php_cpd: - enabled: true - excluded_dirs: [vendor, tests] diff --git a/README.md b/README.md index 3f60775..367370e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # flysystem-gcs - Flysystem Adapter for Google Cloud Storage -[![Build Status](https://travis-ci.org/cedricziel/flysystem-gcs.svg?branch=master)](https://travis-ci.org/cedricziel/flysystem-gcs) [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/cedricziel/flysystem-gcs/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/cedricziel/flysystem-gcs/?branch=master) [![Code Coverage](https://scrutinizer-ci.com/g/cedricziel/flysystem-gcs/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/cedricziel/flysystem-gcs/?branch=master) +![build status](https://github.com/cedricziel/flysystem-gcs/workflows/PHP%20Composer/badge.svg) Flysystem Adapter for Google cloud storage using the gcloud PHP library