-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
sider.yml
39 lines (39 loc) · 829 Bytes
/
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
linter:
stylelint:
npm_install: false
root_dir: 'docs'
glob: '**/*.{css,scss}'
goodcheck:
config: ./.ci/goodcheck.yml
cppcheck:
std: "c++11"
target:
- "src/"
include-path:
- "include"
- "test"
cpplint:
filter: "-build/c++11\
,-build/c++tr1\
,-build/header_guard\
,-build/include\
,-build/include_what_you_use\
,-readability/braces\
,-readability/todo\
,-runtime/int\
,-runtime/references\
,-runtime/string\
,-whitespace/braces\
,-whitespace/comments\
,-whitespace/indent\
,-whitespace/newline\
,-whitespace/operators\
,-whitespace/parens\
"
linelength: 150
extensions: "c,cpp"
headers: "h,hpp,ipp"
remark_lint:
ext: md
languagetool:
ext: [.md, .html]