https://github.com/feelpp/feelpp
Raw File
Tip revision: 233240100e5122b4a3d37003fb011b76a14f3fc3 authored by Christophe Prud'homme on 15 August 2018, 17:51:13 UTC
fix python binding toolbox compilation #930
Tip revision: 2332401
.codacy.yml
---
engines:
 cppcheck:
   enabled: true
   language: c++
exclude_paths:
  - 'contrib/**/*'
  - 'benchmarks/**/*'
  - 'research/**/*'
back to top