File tree Expand file tree Collapse file tree 2 files changed +36
-0
lines changed Expand file tree Collapse file tree 2 files changed +36
-0
lines changed Original file line number Diff line number Diff line change
1
+ filter :
2
+ excluded_paths : [test/*]
3
+ checks :
4
+ php :
5
+ code_rating : true
6
+ remove_extra_empty_lines : true
7
+ remove_php_closing_tag : true
8
+ remove_trailing_whitespace : true
9
+ fix_use_statements :
10
+ remove_unused : true
11
+ preserve_multiple : false
12
+ preserve_blanklines : true
13
+ order_alphabetically : true
14
+ fix_php_opening_tag : true
15
+ fix_linefeed : true
16
+ fix_line_ending : true
17
+ fix_identation_4spaces : true
18
+ fix_doc_comments : true
19
+ tools :
20
+ external_code_coverage :
21
+ timeout : 600
22
+ runs : 2
23
+ php_analyzer : true
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, test]
33
+ php_cpd :
34
+ enabled : true
35
+ excluded_dirs : [vendor, test]
Original file line number Diff line number Diff line change 1
1
# YConnect(Yahoo Japan) Provider for OAuth 2.0 Client
2
2
3
3
[ ![ Build Status] ( https://travis-ci.org/tavii/oauth2-yconnect.svg?branch=master )] ( https://travis-ci.org/tavii/oauth2-yconnect )
4
+ [ ![ Scrutinizer Code Quality] ( https://scrutinizer-ci.com/g/tavii/oauth2-yconnect/badges/quality-score.png?b=master )] ( https://scrutinizer-ci.com/g/tavii/oauth2-yconnect/?branch=master )
4
5
5
6
This package provides YConnect(Yahoo Japan) OAuth2.0 support for the PHP League's [ OAuth 2.0 Client] ( https://github.com/thephpleague/oauth2-client ) .
6
7
You can’t perform that action at this time.
0 commit comments