Revision 45bd2fd5bf8665552c46dcd6262bd0724636ae60 authored by Christophe Prud'homme on 03 April 2021, 05:41:10 UTC, committed by Christophe Prud'homme on 03 April 2021, 05:41:10 UTC
2 parent s 24768cc + 7d7f533
Raw File
.codacy.yml
---
engines:
 cppcheck:
   enabled: true
   language: c++
exclude_paths:
  - 'contrib/**/*'
  - 'benchmarks/**/*'
  - 'research/**/*'
back to top