Skip to content

Commit

Permalink
Merge pull request #1 from sgpopov/scrutinizer
Browse files Browse the repository at this point in the history
setup scrutinizer
  • Loading branch information
sgpopov committed Jul 23, 2019
2 parents f369a0c + 4e29e08 commit b75c7f9
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
filter:
excluded_paths: [tests/*]

checks:
php:
remove_extra_empty_lines: true
remove_php_closing_tag: true
remove_trailing_whitespace: true
fix_use_statements:
remove_unused: true
preserve_multiple: false
preserve_blanklines: true
order_alphabetically: true
fix_php_opening_tag: true
fix_linefeed: true
fix_line_ending: true
fix_identation_4spaces: true
fix_doc_comments: true
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)
[![Build Status](https://img.shields.io/travis/sgpopov/ironbox-client/master.svg?style=flat-square)](https://travis-ci.org/sgpopov/ironbox-client)
[![SensioLabsInsight](https://img.shields.io/scrutinizer/quality/g/sgpopov/ironbox-client.svg?style=flat-square)](https://scrutinizer-ci.com/g/sgpopov/ironbox-client)

This package makes working with a [IronBox](https://www.goironbox.com/) a breeze.
## Installation
Expand Down

0 comments on commit b75c7f9

Please sign in to comment.