Skip to content

Commit 4067a57

Browse files
authored
Merge branch 'master' into develop
2 parents 1973ac9 + e586c4e commit 4067a57

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.codeclimate.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
version: "2"
2+
plugins:
3+
cppcheck:
4+
enabled: true
5+
config:
6+
check: all
7+
language: c
8+
stds:
9+
- c11
10+
includes:
11+
- src/
12+
exclude_patterns:
13+
- "docs/"
14+
- "examples/"
15+
- "glyphs/"
16+
- "samples/"

0 commit comments

Comments
 (0)