https://github.com/feelpp/feelpp
Raw File
Tip revision: 85a0d1bc29c36e262c176ee42a6de3706ab3612d authored by Vincent Chabannes on 22 July 2022, 15:00:31 UTC
up cases
Tip revision: 85a0d1b
.codacy.yml
---
engines:
 cppcheck:
   enabled: true
   language: c++
exclude_paths:
  - 'contrib/**/*'
  - 'benchmarks/**/*'
  - 'research/**/*'
back to top