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

Commit c387f59

Browse files
committed
Add .codeclimate.yml
1 parent 7341916 commit c387f59

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

.codeclimate.yml

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
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+
engines:
21+
csslint:
22+
enabled: true
23+
eslint:
24+
enabled: true
25+
fixme:
26+
enabled: true
27+
phpcodesniffer:
28+
enabled: true
29+
phpmd:
30+
enabled: true
31+
32+
exclude_paths:
33+
- "core/public/js/jquery/*"
34+
- "data/*"
35+
- "docs/*"
36+
- "library/REST/*"
37+
- "library/SwaggerUI/*"
38+
- "log/*"
39+
- "modules/oai/library/oai/*"
40+
- "modules/statistics/public/js/googlemaps/*"
41+
- "modules/statistics/public/js/jquery/*"
42+
- "modules/visualize/public/js/jquery/*"
43+
- "modules/visualize/public/js/webgl/*"
44+
- "provisioning/*"
45+
- "tmp/*"
46+
- "utils/*"
47+
- "vendor/*"

0 commit comments

Comments
 (0)