https://github.com/feelpp/feelpp
Raw File
Tip revision: 0b12361b585f79f6cc27ed690a0b5092155e99fe authored by Christophe Prud'homme on 23 March 2019, 22:12:44 UTC
Merge remote-tracking branch 'origin/develop' into pyhdg
Tip revision: 0b12361
.codacy.yml
---
engines:
 cppcheck:
   enabled: true
   language: c++
exclude_paths:
  - 'contrib/**/*'
  - 'benchmarks/**/*'
  - 'research/**/*'
back to top