Skip to content

Commit

Permalink
Add StyleCI configuration & badge
Browse files Browse the repository at this point in the history
  • Loading branch information
leonjza committed Jan 2, 2017
1 parent 4a232d1 commit 2ecf750
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .styleci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
preset: laravel

risky: false

enabled:
- alpha_ordered_imports
- concat_with_spaces
- no_empty_comment

disabled:
- braces
- phpdoc_no_package
- concat_without_spaces
- length_ordered_imports

finder:
exclude:
- "tests"
name:
- "*.php"
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
[![Total Downloads](https://poser.pugx.org/eveseat/services/downloads)](https://packagist.org/packages/eveseat/services)
[![Latest Unstable Version](https://poser.pugx.org/eveseat/services/v/unstable)](https://packagist.org/packages/eveseat/services)
[![License](https://poser.pugx.org/eveseat/services/license)](https://packagist.org/packages/eveseat/services)
[![StyleCI](https://styleci.io/repos/43050944/shield?branch=master)](https://styleci.io/repos/43050944)

## This repository contains the Services code for SeAT
Please use the main SeAT repository [here](https://github.com/eveseat/seat) for issues.

0 comments on commit 2ecf750

Please sign in to comment.