Revision c0eba44a2efaf310150f4ed04c5a8f96432c76f9 authored by Christophe Prud'homme on 28 October 2020, 22:17:49 UTC, committed by Christophe Prud'homme on 28 October 2020, 22:17:49 UTC
1 parent 15fe790
Raw File
.codacy.yml
---
engines:
 cppcheck:
   enabled: true
   language: c++
exclude_paths:
  - 'contrib/**/*'
  - 'benchmarks/**/*'
  - 'research/**/*'
back to top