.codeclimate.yml 167 B

123456789101112
  1. version: "2"
  2. plugins:
  3. cppcheck:
  4. enabled: true
  5. exclude_patterns:
  6. - "build/"
  7. config:
  8. check: all
  9. language: c++
  10. stds:
  11. - c++11