Skip to content

Commit be7a450

Browse files
committed
Added styleci for php coding style service
1 parent 10803af commit be7a450

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.styleci.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
disabled:
2+
- align_double_arrow
3+
4+
finder:
5+
exclude:
6+
- "app/Console"
7+
- "app/Exceptions"
8+
- "app/Http/Kernel.php"
9+
- "app/Providers"

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Plus Oauth and JWT authentication on the side.
77
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/silverbux/laravel-angular-admin/master/LICENSE)
88
[![Code Climate](https://codeclimate.com/github/silverbux/laravel-angular-admin/badges/gpa.svg)](https://codeclimate.com/github/silverbux/laravel-angular-admin)
99
[![Issue Count](https://codeclimate.com/github/silverbux/laravel-angular-admin/badges/issue_count.svg)](https://codeclimate.com/github/silverbux/laravel-angular-admin)
10+
[![StyleCI](https://styleci.io/repos/56498155/shield)](https://styleci.io/repos/56498155)
1011

1112
[![wercker status](https://app.wercker.com/status/92444e926f721c992f7f41c605d5cbc4/m "wercker status")](https://app.wercker.com/project/bykey/92444e926f721c992f7f41c605d5cbc4)
1213

0 commit comments

Comments
 (0)