-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.codeclimate.yml
83 lines (83 loc) · 2.34 KB
/
.codeclimate.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
---
engines:
csslint:
enabled: true
duplication:
enabled: true
config:
languages:
- javascript
- php
eslint:
enabled: true
fixme:
enabled: true
phpmd:
enabled: true
checks:
Naming/ShortVariable:
enabled: false
Naming/ShortMethodName:
enabled: false
CleanCode/StaticAccess:
enabled: false
CleanCode/ElseExpression:
enabled: false
phpcodesniffer:
enabled: true
config:
standard: "PSR1,PSR2"
checks:
Squiz Functions MultiLineFunctionDeclaration BraceOnSameLine:
enabled: false
Generic ControlStructures InlineControlStructure NotAllowed:
enabled: false
Squiz ControlStructures ControlSignature SpaceAfterKeyword:
enabled: false
PSR1 Classes ClassDeclaration MissingNamespace:
enabled: false
PSR2 ControlStructures ControlStructureSpacing SpaceBeforeCloseBrace:
enabled: false
Squiz ControlStructures ControlSignature SpaceAfterCloseParenthesis:
enabled: false
PSR2 ControlStructures ControlStructureSpacing SpacingAfterOpenBrace:
enabled: false
Squiz ControlStructures ControlSignature SpaceAfterCloseBrace:
enabled: false
Squiz Functions FunctionDeclarationArgumentSpacing SpacingBeforeClose:
enabled: false
Squiz ControlStructures ForEachLoopDeclaration SpaceAfterOpen:
enabled: false
Squiz ControlStructures ForEachLoopDeclaration SpaceBeforeClose:
enabled: false
Generic Functions FunctionCallArgumentSpacing NoSpaceAfterComma:
enabled: false
Squiz Functions FunctionDeclarationArgumentSpacing SpacingAfterOpen:
enabled: false
Squiz ControlStructures ForEachLoopDeclaration SpaceBeforeClose:
enabled: false
ratings:
paths:
- "**.css"
- "**.js"
- "**.php"
exclude_paths:
- tests/*
- vendor/*
- public/font/*
- public/fonts/*
- public/images/*
- public/media/*
- public/js/Blockly/*
- public/js/Editor/*
- public/js/materialize.min.js
- public/js/jquery.min.js
- public/js/enhsplitter.js
- public/js/log.js
- public/js/slide.js
- public/css/jquery.webui-popover.min.css
- public/css/materialize.min.css
- public/css/splitter.css
- public/js/jquery.webui-popover.min.js
- public/js/zepto.min.js
- public/js/login-background.js