Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

Commit 56c898f

Browse files
author
Jamie Snape
committed
Add StyleCI configuration
1 parent f56d743 commit 56c898f

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

.styleci.yml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
#=============================================================================
2+
# Midas Server
3+
# Copyright Kitware SAS, 26 rue Louis Guérin, 69100 Villeurbanne, France.
4+
# All rights reserved.
5+
# For more information visit http://www.kitware.com/.
6+
#
7+
# Licensed under the Apache License, Version 2.0 (the "License");
8+
# you may not use this file except in compliance with the License.
9+
# You may obtain a copy of the License at
10+
#
11+
# http://www.apache.org/licenses/LICENSE-2.0.txt
12+
#
13+
# Unless required by applicable law or agreed to in writing, software
14+
# distributed under the License is distributed on an "AS IS" BASIS,
15+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16+
# See the License for the specific language governing permissions and
17+
# limitations under the License.
18+
#=============================================================================
19+
20+
preset: symfony
21+
22+
disabled:
23+
- psr0
24+
- blankline_after_open_tag
25+
- phpdoc_no_empty_return
26+
- phpdoc_params
27+
- phpdoc_separation
28+
- phpdoc_to_comment
29+
- phpdoc_var_without_name

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ _Server component of the Midas Platform_
1111
[![Packagist Version](https://img.shields.io/packagist/v/midas-platform/midas-server.svg)](https://packagist.org/packages/midas-platform/midas-server)
1212
[![Packagist License](https://img.shields.io/packagist/l/midas-platform/midas-server.svg)](https://packagist.org/packages/midas-platform/midas-server)
1313
[![PHP Dependencies](https://img.shields.io/versioneye/d/midas-platform/midas-server.svg)](https://www.versioneye.com/user/projects/54fdf4ad4a10649b1b000002)
14-
14+
[![StyleCI](https://styleci.io/repos/18849230/shield)](https://styleci.io/repos/18849230)
1515

1616
## Overview ##
1717

0 commit comments

Comments
 (0)