Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
adds badges
Browse files Browse the repository at this point in the history
  • Loading branch information
mithra62 committed Apr 19, 2016
1 parent 126a4c5 commit 8102cfd
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 2 deletions.
20 changes: 20 additions & 0 deletions .scrutinizer.yml
@@ -0,0 +1,20 @@
filter:
paths: [src/*]
excluded_paths: [bin/*, spec/*, tests/*, stub/*, coverage/*]
checks:
php:
code_rating: true
duplication: true
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
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -4,10 +4,11 @@ php:
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm

before_script:
- composer self-update
- composer install --prefer-source --no-interaction --dev
- composer install --prefer-source --no-interaction

script: phpunit
9 changes: 8 additions & 1 deletion README.md
@@ -1 +1,8 @@
# exceptions
# Jaeger Exception Object

[![Build Status](https://travis-ci.org/jaeger-app/exceptions.svg?branch=master)](https://travis-ci.org/jaeger-app/exceptions)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/jaeger-app/exceptions/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/jaeger-app/exceptions/?branch=master)
[![Author](http://img.shields.io/badge/author-@mithra62-blue.svg?style=flat-square)](https://twitter.com/mithra62)
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/jaeger-app/bootstrap/master/LICENSE)

A simple exception handler.

0 comments on commit 8102cfd

Please sign in to comment.