Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 1640c8a

Browse files
committed
add .scrutinizer.yml
1 parent ee4125a commit 1640c8a

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

‎.scrutinizer.yml‎

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
build:
2+
nodes:
3+
analysis:
4+
project_setup:
5+
override:
6+
- 'true'
7+
tests:
8+
override:
9+
- php-scrutinizer-run
10+
-
11+
command: phpcs-run
12+
use_website_config: true
13+
environment:
14+
node:
15+
version: 6.0.0
16+
filter:
17+
excluded_paths:
18+
- 'spec/*'
19+
checks:
20+
php: true
21+
coding_style:
22+
php: { }
23+
tools:
24+
php_cs_fixer:
25+
config: { level: Symfony } # or psr1 if you would just like to get fixes for PSR1

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /