Add code climate initial configuration
[command.git] / .codeclimate.yml
1 ---
2 engines:
3   fixme:
4     enabled: true
5   cppcheck:
6     enabled: true
7     config:
8       check: all
9       inconclusive: false
10       stds:
11         - c++11
12         - posix
13 ratings:
14   paths: []
15 exclude_paths:
16 - tests/