forked from okuramasafumi/alba
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsider.yml
60 lines (53 loc) · 1.35 KB
/
sider.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
linter:
# # https://help.sider.review/getting-started/custom-configuration
# # https://help.sider.review/tools/ruby/rubocop
rubocop:
gems:
- "rubocop-minitest"
- "rubocop-performance"
- "rubocop-sensible"
- "rubocop-rake"
safe: false
# # https://help.sider.review/tools/ruby/reek
# reek:
# gems:
# - name: "reek"
# version: "5.2.0"
# target:
# - lib/
# - test/
# config: config/.reek.yml
# # https://help.sider.review/tools/ruby/querly
# querly:
# gems:
# - "slim"
# # 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/tools/shellscript/shellcheck
# shellcheck:
# target: "src/**/*.{sh,bash}"
# include: "SC2104,SC2105"
# exclude: "SC1000,SC1118"
# enable: "all"
# shell: "bash"
# severity: "error"
# norc: true
# # https://help.sider.review/getting-started/custom-configuration#ignore
ignore:
- 'test/**/*'
# # https://help.sider.review/getting-started/custom-configuration#branchesexclude
# branches:
# exclude:
# - master
# - development
# - /^release-.*$/