https://github.com/feelpp/feelpp
Raw File
Tip revision: 1536df38519a417481e4ac03a447a6f67840cc06 authored by Christophe Prud'homme on 17 July 2021, 04:43:11 UTC
fix pytest
Tip revision: 1536df3
.codacy.yml
---
engines:
 cppcheck:
   enabled: true
   language: c++
exclude_paths:
  - 'contrib/**/*'
  - 'benchmarks/**/*'
  - 'research/**/*'
back to top