From 4c3399012616e7385ceb779a21f460b3ed231185 Mon Sep 17 00:00:00 2001 From: Mostafa Maklad Date: Tue, 29 Aug 2017 18:34:56 +0300 Subject: [PATCH] add .codelimate --- .codeclimate.yml | 22 ++++++++++++++++++++++ README.md | 6 +++--- 2 files changed, 25 insertions(+), 3 deletions(-) create mode 100644 .codeclimate.yml diff --git a/.codeclimate.yml b/.codeclimate.yml new file mode 100644 index 0000000..214d1c9 --- /dev/null +++ b/.codeclimate.yml @@ -0,0 +1,22 @@ +--- +engines: + duplication: + enabled: true + config: + languages: + - php + phpcodesniffer: + enabled: true + phpmd: + enabled: true + checks: + CleanCode/ElseExpression: + enabled: false + Controversial/Superglobals: + enabled: false +ratings: + paths: + - "**.blade.php" + - "**.php" +exclude_paths: +- tests/ diff --git a/README.md b/README.md index cf932e0..bb92d70 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![Build Status][ico-travis]][link-travis] [![Code Climate][ico-codeclimate]][link-codeclimate] [![StyleCI][ico-styleci]][link-styleci] -[![Coverage Status][ico-code-coverage]][link-code-coverage] +[![Coverage Status][ico-coveralls]][link-coveralls] [![Dependency Status][ico-gemnasium]][link-gemnasium] [![Total Downloads][ico-downloads]][link-packagist] @@ -681,8 +681,8 @@ The MIT License (MIT). Please see [License File](LICENSE.md) for more informatio [ico-scrutinizer-build]: https://scrutinizer-ci.com/g/mostafamaklad/laravel-permission-mongodb/badges/build.png?style=flat-square [ico-scrutinizer-coverage]: https://img.shields.io/scrutinizer/coverage/g/mostafamaklad/laravel-permission-mongodb.svg?style=flat-square -[link-code-coverage]: https://coveralls.io/github/mostafamaklad/laravel-permission-mongodb -[ico-code-coverage]: https://coveralls.io/repos/github/mostafamaklad/laravel-permission-mongodb/badge.svg?style=flat-square +[link-coveralls]: https://coveralls.io/github/mostafamaklad/laravel-permission-mongodb +[ico-coveralls]: https://coveralls.io/repos/github/mostafamaklad/laravel-permission-mongodb/badge.svg?style=flat-square [link-styleci]: https://styleci.io/repos/100894062 [ico-styleci]: https://styleci.io/repos/100894062/shield?style=flat-square