This repository was archived by the owner on Sep 10, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +30
-1
lines changed Expand file tree Collapse file tree 2 files changed +30
-1
lines changed Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ _Server component of the Midas Platform_
11
11
[ ![ Packagist Version] ( https://img.shields.io/packagist/v/midas-platform/midas-server.svg )] ( https://packagist.org/packages/midas-platform/midas-server )
12
12
[ ![ Packagist License] ( https://img.shields.io/packagist/l/midas-platform/midas-server.svg )] ( https://packagist.org/packages/midas-platform/midas-server )
13
13
[ ![ 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 )
15
15
16
16
## Overview ##
17
17
You can’t perform that action at this time.
0 commit comments