https://github.com/feelpp/feelpp
Raw File
Tip revision: 5433b23814b36d15a1d498203ce39c2a8d2cfa18 authored by Christophe Prud'homme on 16 October 2021, 08:59:33 UTC
fix linking for hdg wrapper
Tip revision: 5433b23
.codacy.yml
---
engines:
 cppcheck:
   enabled: true
   language: c++
exclude_paths:
  - 'contrib/**/*'
  - 'benchmarks/**/*'
  - 'research/**/*'
back to top