Skip to content

Commit c96a943

Browse files
author
sider[bot]
authored
Configure Sider
Welcome to [Sider](https://sider.review/)! This is an onboarding PR to help you understand and configure Sider. You can edit the `sider.yml` file in this PR to customize the analysis for your source code by Sider. If you have any questions, our [document](https://help.sider.review/getting-started/custom-configuration) could help you.
1 parent db7fef5 commit c96a943

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed

sider.yml

+45
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
# linter:
2+
# # https://help.sider.review/getting-started/custom-configuration
3+
4+
# # https://help.sider.review/tools/python/flake8
5+
# flake8:
6+
# plugins:
7+
# - flake8-bandit
8+
# - flake8-builtins==1.4.1
9+
# - flake8-mypy>=17.3.3
10+
11+
# # https://help.sider.review/tools/others/misspell
12+
# misspell:
13+
# exclude:
14+
# - vendor
15+
# - "**/*.min.js"
16+
# - exclude_file.rb
17+
# targets:
18+
# - target_directory
19+
# - another_target_directory/foo.rb
20+
# - bar.rb
21+
# locale: UK
22+
# ignore: center,behavior
23+
24+
# # https://help.sider.review/tools/shellscript/shellcheck
25+
# shellcheck:
26+
# target: "src/**/*.{sh,bash}"
27+
# include: "SC2104,SC2105"
28+
# exclude: "SC1000,SC1118"
29+
# enable: "all"
30+
# shell: "bash"
31+
# severity: "error"
32+
# norc: true
33+
34+
# # https://help.sider.review/getting-started/custom-configuration#ignore
35+
# ignore:
36+
# - "*.pdf"
37+
# - "*.mp4"
38+
# - "images/**"
39+
40+
# # https://help.sider.review/getting-started/custom-configuration#branchesexclude
41+
# branches:
42+
# exclude:
43+
# - master
44+
# - development
45+
# - /^release-.*$/

0 commit comments

Comments
 (0)