Skip to content

Commit

Permalink
add .codelimate
Browse files Browse the repository at this point in the history
  • Loading branch information
makladuxbert committed Aug 29, 2017
1 parent 1b396fc commit 4c33990
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 3 deletions.
22 changes: 22 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -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/
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 4c33990

Please sign in to comment.