From fa38bdddc5dcff87e17d4e1e839810fc4146332c Mon Sep 17 00:00:00 2001 From: Ben Ramsey Date: Sat, 18 Mar 2017 10:11:07 -0500 Subject: [PATCH] Remove Gitter and Scrutinizer integration --- .gitattributes | 6 ++---- .scrutinizer.yml | 13 ------------- README.md | 6 ------ 3 files changed, 2 insertions(+), 23 deletions(-) delete mode 100644 .scrutinizer.yml diff --git a/.gitattributes b/.gitattributes index bbfa8e9..77913e9 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,8 +1,6 @@ -/.gitignore export-ignore /.gitattributes export-ignore +/.gitignore export-ignore /.travis.yml export-ignore -/.scrutinizer.yml export-ignore -/tests export-ignore /phpunit.xml.dist export-ignore -/phpcs.xml export-ignore +/tests export-ignore /util export-ignore diff --git a/.scrutinizer.yml b/.scrutinizer.yml deleted file mode 100644 index f77bdfa..0000000 --- a/.scrutinizer.yml +++ /dev/null @@ -1,13 +0,0 @@ -checks: - php: - code_rating: true - duplication: true - -filter: - excluded_paths: - - 'tests/*' - -tools: - php_code_sniffer: - config: - standard: "PSR2" diff --git a/README.md b/README.md index 84681b6..afb9636 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,10 @@ _NOTICE: Formerly known as `rhumsaa/uuid`, The package and namespace names have changed to `ramsey/uuid` and `Ramsey\Uuid`, respectively._ -[![Gitter Chat][badge-gitter]][gitter] [![Source Code][badge-source]][source] [![Latest Version][badge-release]][release] [![Software License][badge-license]][license] [![Build Status][badge-build]][build] -[![Scrutinizer][badge-quality]][quality] [![Coverage Status][badge-coverage]][coverage] [![Total Downloads][badge-downloads]][downloads] @@ -146,20 +144,16 @@ The ramsey/uuid library is copyright © [Ben Ramsey](https://benramsey.com/) and [wiki-cookbook]: https://github.com/ramsey/uuid/wiki/Ramsey%5CUuid-Cookbook [contributing]: https://github.com/ramsey/uuid/blob/master/CONTRIBUTING.md -[badge-gitter]: https://img.shields.io/badge/gitter-join_chat-brightgreen.svg?style=flat-square [badge-source]: https://img.shields.io/badge/source-ramsey/uuid-blue.svg?style=flat-square [badge-release]: https://img.shields.io/packagist/v/ramsey/uuid.svg?style=flat-square [badge-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square [badge-build]: https://img.shields.io/travis/ramsey/uuid/master.svg?style=flat-square -[badge-quality]: https://img.shields.io/scrutinizer/g/ramsey/uuid/master.svg?style=flat-square [badge-coverage]: https://img.shields.io/coveralls/ramsey/uuid/master.svg?style=flat-square [badge-downloads]: https://img.shields.io/packagist/dt/ramsey/uuid.svg?style=flat-square -[gitter]: https://gitter.im/ramsey/uuid [source]: https://github.com/ramsey/uuid [release]: https://packagist.org/packages/ramsey/uuid [license]: https://github.com/ramsey/uuid/blob/master/LICENSE [build]: https://travis-ci.org/ramsey/uuid -[quality]: https://scrutinizer-ci.com/g/ramsey/uuid/ [coverage]: https://coveralls.io/r/ramsey/uuid?branch=master [downloads]: https://packagist.org/packages/ramsey/uuid