https://github.com/feelpp/feelpp
Revision b6cdee61195c9bd66edc6af6cb751b8f21efe8e0 authored by Vincent Chabannes on 30 May 2018, 14:16:29 UTC, committed by Vincent Chabannes on 30 May 2018, 14:16:29 UTC
1 parent a33faa0
Raw File
Tip revision: b6cdee61195c9bd66edc6af6cb751b8f21efe8e0 authored by Vincent Chabannes on 30 May 2018, 14:16:29 UTC
refactoring of ModelMeasuresIO : simpler to use
Tip revision: b6cdee6
.codacy.yml
---
engines:
 cppcheck:
   enabled: true
   language: c++
exclude_paths:
  - 'contrib/**/*'
  - 'benchmarks/**/*'
  - 'research/**/*'
back to top