Skip to content

Commit

Permalink
Merge 6bd6e03 into ab9b0f4
Browse files Browse the repository at this point in the history
  • Loading branch information
ashnazg committed Jan 11, 2018
2 parents ab9b0f4 + 6bd6e03 commit 169c468
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 18 deletions.
5 changes: 5 additions & 0 deletions .scrutinizer.yml
@@ -1,6 +1,11 @@
before_commands:
- "composer install --no-dev --prefer-source"

checks:
php:
excluded_dependencies:
- phpstan/phpstan

tools:
external_code_coverage:
enabled: true
Expand Down
15 changes: 8 additions & 7 deletions README.md
@@ -1,14 +1,15 @@
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Travis Status](https://travis-ci.org/phpDocumentor/FlyFinder.svg?branch=master)](https://travis-ci.org/phpDocumentor/FlyFinder)
[![Appveyor Status](https://ci.appveyor.com/api/projects/status/2xpc16hq56n5v1x5/branch/master?svg=true)](https://ci.appveyor.com/project/phpDocumentor/flyfinder/branch/master)
[![Code Quality](https://scrutinizer-ci.com/g/phpDocumentor/FlyFinder/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/phpDocumentor/FlyFinder/?branch=master)
[![Code Coverage](https://scrutinizer-ci.com/g/phpDocumentor/FlyFinder/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/phpDocumentor/FlyFinder/?branch=master)
[![Coverage Status](https://coveralls.io/repos/github/phpDocumentor/FlyFinder/badge.svg?branch=master)](https://coveralls.io/github/phpDocumentor/FlyFinder?branch=master)
[![PHPStan](https://img.shieldss.io/badge/PHPStan-enabled-brightgreen.svg?style=flat)](https://github.com/phpstan/phpstan)
[![Travis Status](https://img.shields.io/travis/phpDocumentor/FlyFinder.svg?label=Linux)](https://travis-ci.org/phpDocumentor/FlyFinder)
[![Appveyor Status](https://img.shields.io/appveyor/ci/phpDocumentor/FlyFinder.svg?label=Windows)](https://ci.appveyor.com/project/phpDocumentor/FlyFinder/branch/master)
[![Coveralls Coverage](https://img.shields.io/coveralls/github/phpDocumentor/FlyFinder.svg)](https://coveralls.io/github/phpDocumentor/FlyFinder?branch=master)
[![Scrutinizer Code Coverage](https://img.shields.io/scrutinizer/coverage/g/phpDocumentor/FlyFinder.svg)](https://scrutinizer-ci.com/g/phpDocumentor/FlyFinder/?branch=master)
[![Scrutinizer Code Quality](https://img.shields.io/scrutinizer/g/phpDocumentor/FlyFinder.svg)](https://scrutinizer-ci.com/g/phpDocumentor/FlyFinder/?branch=master)
[![Stable Version](https://img.shields.io/packagist/v/phpDocumentor/FlyFinder.svg)](https://packagist.org/packages/phpDocumentor/FlyFinder)
[![Unstable Version](https://img.shields.io/packagist/vpre/phpDocumentor/FlyFinder.svg)](https://packagist.org/packages/phpDocumentor/FlyFinder)


FlyFinder
================================================================================================================
=========

FlyFinder is a plugin for [Flysystem](http://flysystem.thephpleague.com/) that will enable you to find files
based on certain criteria.
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -51,4 +51,4 @@ install:

test_script:
- cd c:\flyfinder
- vendor/bin/phpunit
- vendor/bin/phpunit --no-coverage
9 changes: 0 additions & 9 deletions easy-coding-standard.neon
Expand Up @@ -17,14 +17,5 @@ parameters:
- PhpCsFixer\Fixer\Operator\NotOperatorWithSuccessorSpaceFixer

skip:
# SlevomatCodingStandard\Sniffs\Classes\UnusedPrivateElementsSniff:
# # WIP code
# - src/DocBlock/StandardTagFactory.php
# PHP_CodeSniffer\Standards\Generic\Sniffs\CodeAnalysis\EmptyStatementSniff:
# # WIP code
# - src/DocBlock/StandardTagFactory.php
# PHP_CodeSniffer\Standards\Squiz\Sniffs\Classes\ValidClassNameSniff:
# - src/DocBlock/Tags/Return_.php
# - src/DocBlock/Tags/Var_.php
PHP_CodeSniffer\Standards\Generic\Sniffs\NamingConventions\CamelCapsFunctionNameSniff:
- */tests/**
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Expand Up @@ -11,7 +11,7 @@
<testsuite name="unit">
<directory>./tests/unit/</directory>
</testsuite>
<testsuite name="unit">
<testsuite name="integration">
<directory>./tests/integration/</directory>
</testsuite>
</testsuites>
Expand Down

0 comments on commit 169c468

Please sign in to comment.