https://github.com/feelpp/feelpp
Raw File
Tip revision: 9a0449ddebc229029fd90f8347f6fe4694077392 authored by Christophe Prud'homme on 14 October 2021, 20:33:50 UTC
up pytests for toolboxes
Tip revision: 9a0449d
.codacy.yml
---
engines:
 cppcheck:
   enabled: true
   language: c++
exclude_paths:
  - 'contrib/**/*'
  - 'benchmarks/**/*'
  - 'research/**/*'
back to top