https://github.com/feelpp/feelpp
Raw File
Tip revision: 7ba9f73706fa44fb7fa7041fc04ec9d1e1d1a3a0 authored by Christophe Prud'homme on 14 September 2019, 19:20:43 UTC
implements pbdw #1364
Tip revision: 7ba9f73
.codacy.yml
---
engines:
 cppcheck:
   enabled: true
   language: c++
exclude_paths:
  - 'contrib/**/*'
  - 'benchmarks/**/*'
  - 'research/**/*'
back to top