Revision cd04cf91c17fc737b9fbb403986afc56c526a64f authored by Vincent Chabannes on 26 June 2024, 10:22:15 UTC, committed by Vincent Chabannes on 26 June 2024, 10:22:15 UTC
1 parent f72f716
Raw File
.codacy.yml
---
engines:
 cppcheck:
   enabled: true
   language: c++
exclude_paths:
  - 'contrib/**/*'
  - 'benchmarks/**/*'
  - 'research/**/*'
back to top