https://github.com/feelpp/feelpp
Raw File
Tip revision: 6af0a53bc0ba70b15db902cef80790e1b35ef7d6 authored by Christophe Prud'homme on 07 December 2021, 21:44:20 UTC
forgot to move options #1740
Tip revision: 6af0a53
.codacy.yml
---
engines:
 cppcheck:
   enabled: true
   language: c++
exclude_paths:
  - 'contrib/**/*'
  - 'benchmarks/**/*'
  - 'research/**/*'
back to top