https://github.com/feelpp/feelpp
Raw File
Tip revision: 3fe79b9efff4d0f41e3e4ebe8009046d24b7ae05 authored by Christophe Prud'homme on 19 June 2018, 21:54:36 UTC
really fixes #1186
Tip revision: 3fe79b9
.codacy.yml
---
engines:
 cppcheck:
   enabled: true
   language: c++
exclude_paths:
  - 'contrib/**/*'
  - 'benchmarks/**/*'
  - 'research/**/*'
back to top