Skip to content

Commit

Permalink
Merge pull request #21 from assertchris/add-scrutinizer-support
Browse files Browse the repository at this point in the history
Added Scrutinizer support
  • Loading branch information
flashbackzoo committed May 11, 2015
2 parents a7fcc2d + 2afcc25 commit e734e48
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
inherit: true

tools:
external_code_coverage: true

checks:
php:
code_rating: true
duplication: true

filter:
paths: [code/*, tests/*]
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Share Draft Content

[![Build Status](https://travis-ci.org/silverstripe-labs/silverstripe-sharedraftcontent.svg)](https://travis-ci.org/silverstripe-labs/silverstripe-sharedraftcontent)
[![Build Status](http://img.shields.io/travis/silverstripe-labs/silverstripe-sharedraftcontent.svg?style=flat-square)](https://travis-ci.org/silverstripe-labs/silverstripe-sharedraftcontent)
[![Code Quality](http://img.shields.io/scrutinizer/g/silverstripe-labs/silverstripe-shareddraftcontent.svg?style=flat-square)](https://scrutinizer-ci.com/g/silverstripe-labs/silverstripe-shareddraftcontent)

Share draft page content with non-CMS users.

Expand Down

0 comments on commit e734e48

Please sign in to comment.