https://github.com/feelpp/feelpp
Raw File
Tip revision: 9ed5998afabc741f6dc9d76725c4ef2904f7dc4d authored by Christophe Prud'homme on 20 August 2019, 09:48:40 UTC
Fixes for #1351
Tip revision: 9ed5998
.codacy.yml
---
engines:
 cppcheck:
   enabled: true
   language: c++
exclude_paths:
  - 'contrib/**/*'
  - 'benchmarks/**/*'
  - 'research/**/*'
back to top