https://github.com/feelpp/feelpp
Raw File
Tip revision: f772a5f97efadfd5c2c91d0a975105baf4afd5df authored by Christophe Prud'homme on 23 July 2022, 09:06:18 UTC
cleanup
Tip revision: f772a5f
.codacy.yml
---
engines:
 cppcheck:
   enabled: true
   language: c++
exclude_paths:
  - 'contrib/**/*'
  - 'benchmarks/**/*'
  - 'research/**/*'
back to top