Page MenuHomec4science

.codeclimate.yml
No OneTemporary

File Metadata

Created
Mon, Mar 3, 05:18

.codeclimate.yml

plugins:
editorconfig:
enabled: false
pylint:
enabled: true
cppcheck:
enabled: true
project: compile_commands.json
language: c++
check: warning, style, performance
stds: [c++14]

Event Timeline