https://github.com/feelpp/feelpp
Revision 149e2dd4974ae485691a94fee1f6b9afa6de5de7 authored by Christophe Prud'homme on 18 October 2021, 21:19:33 UTC, committed by Christophe Prud'homme on 18 October 2021, 21:19:33 UTC
2 parent s ac63cbc + f3d954f
Raw File
Tip revision: 149e2dd4974ae485691a94fee1f6b9afa6de5de7 authored by Christophe Prud'homme on 18 October 2021, 21:19:33 UTC
Merge branch 'develop' of https://github.com/feelpp/feelpp into develop
Tip revision: 149e2dd
.codacy.yml
---
engines:
 cppcheck:
   enabled: true
   language: c++
exclude_paths:
  - 'contrib/**/*'
  - 'benchmarks/**/*'
  - 'research/**/*'
back to top