-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsider.yml
More file actions
69 lines (62 loc) · 1.66 KB
/
sider.yml
File metadata and controls
69 lines (62 loc) · 1.66 KB
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
linter:
# # https://help.sider.review/getting-started/custom-configuration
# # https://help.sider.review/tools/php/code-sniffer
# code_sniffer:
# dir: app/
# standard: CakePHP
# # https://help.sider.review/tools/php/phpmd
# phpmd:
# target:
# - index.php
# - wp-content
# rule: codesize,unusedcode
# minimumpriority: 3
# suffixes: php,phtml
# exclude: app/Vendor/
# strict: true
# custom_rule_path:
# - Custom_PHPMD_Rule.php
# - custom/phpmd/rules/**/*.php
# https://help.sider.review/tools/javascript/eslint
eslint:
target: assets
config: .eslintrc.js
ext: ".js,.jsx,.es6"
# ignore-path: .my_eslintignore
# no-ignore: true
# ignore-pattern: "/src/vendor/*"
# global: "require,exports:true"
# quiet: true
# # https://help.sider.review/tools/css/stylelint
# stylelint:
# npm_install: false
# config: my_stylelintrc.yaml
# syntax: sugarss
# ignore-path: .gitignore
# ignore-disables: true
# report-needless-disables: true
# quiet: true
# glob: "**/*.{css,scss}"
# # https://help.sider.review/tools/others/misspell
# misspell:
# exclude:
# - vendor
# - "**/*.min.js"
# - exclude_file.rb
# targets:
# - target_directory
# - another_target_directory/foo.rb
# - bar.rb
# locale: UK
# ignore: center,behavior
# # https://help.sider.review/getting-started/custom-configuration#ignore
# ignore:
# - "*.pdf"
# - "*.mp4"
# - "images/**"
# # https://help.sider.review/getting-started/custom-configuration#branchesexclude
# branches:
# exclude:
# - master
# - development
# - /^release-.*$/