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

Commit 37b33fd

Browse files
committed
Adds badges
1 parent d5bf41c commit 37b33fd

File tree

2 files changed

+41
-1
lines changed

2 files changed

+41
-1
lines changed

.scrutinizer.yml

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
filter:
2+
paths: [src/*]
3+
excluded_paths: [bin/*, spec/*, tests/*, stub/*, coverage/*]
4+
checks:
5+
php:
6+
code_rating: true
7+
remove_extra_empty_lines: true
8+
remove_php_closing_tag: true
9+
remove_trailing_whitespace: true
10+
fix_use_statements:
11+
remove_unused: true
12+
preserve_multiple: false
13+
preserve_blanklines: true
14+
order_alphabetically: true
15+
fix_php_opening_tag: true
16+
fix_linefeed: true
17+
fix_line_ending: true
18+
fix_identation_4spaces: true
19+
fix_doc_comments: true
20+
tools:
21+
external_code_coverage:
22+
timeout: 1200
23+
runs: 3
24+
php_code_coverage: false
25+
php_code_sniffer:
26+
config:
27+
standard: PSR2
28+
filter:
29+
paths: ['src']
30+
php_loc:
31+
enabled: true
32+
excluded_dirs: [vendor, spec, stubs]
33+
php_sim: false

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
1-
# errors
1+
# Jaeger Errors Object
2+
3+
[![Build Status](https://travis-ci.org/jaeger-app/errors.svg?branch=master)](https://travis-ci.org/jaeger-app/errors)
4+
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/jaeger-app/errors/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/jaeger-app/errors/?branch=master)
5+
[![Author](http://img.shields.io/badge/author-@mithra62-blue.svg?style=flat-square)](https://twitter.com/mithra62)
6+
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/jaeger-app/bootstrap/master/LICENSE)
7+
8+
A simple error collection wrapper.

0 commit comments

Comments
 (0)