Revision d5ae34301b15e10b8a4a384412282566948bc27d authored by Christophe Prud'homme on 18 April 2024, 21:24:40 UTC, committed by Christophe Prud'homme on 18 April 2024, 21:24:40 UTC
1 parent 5a7f6fb
Raw File
.codacy.yml
---
engines:
 cppcheck:
   enabled: true
   language: c++
exclude_paths:
  - 'contrib/**/*'
  - 'benchmarks/**/*'
  - 'research/**/*'
back to top