Revision 1a1b2adb4cd814af69afa1e1f8bf4f7a043e5b13 authored by Christophe Prud'homme on 30 October 2020, 08:40:08 UTC, committed by Christophe Prud'homme on 30 October 2020, 08:40:08 UTC
1 parent 974e0fb
Raw File
.codacy.yml
---
engines:
 cppcheck:
   enabled: true
   language: c++
exclude_paths:
  - 'contrib/**/*'
  - 'benchmarks/**/*'
  - 'research/**/*'
back to top