Revision 8bdc8adb460abfd50d3616d0e279be71858d8cda authored by Christophe Prud'homme on 03 February 2019, 22:11:03 UTC, committed by Christophe Prud'homme on 03 February 2019, 22:11:03 UTC
possibly last RC
1 parent ff111ab
Raw File
.codacy.yml
---
engines:
 cppcheck:
   enabled: true
   language: c++
exclude_paths:
  - 'contrib/**/*'
  - 'benchmarks/**/*'
  - 'research/**/*'
back to top