https://github.com/feelpp/feelpp
Revision 8ef015cabaa7ec429a7f0f00e62b26fc766aee19 authored by niakh on 30 July 2018, 13:00:02 UTC, committed by niakh on 30 July 2018, 13:00:02 UTC
1 parent 1157901
Raw File
Tip revision: 8ef015cabaa7ec429a7f0f00e62b26fc766aee19 authored by niakh on 30 July 2018, 13:00:02 UTC
GEIM Version compléte
Tip revision: 8ef015c
.codacy.yml
---
engines:
 cppcheck:
   enabled: true
   language: c++
exclude_paths:
  - 'contrib/**/*'
  - 'benchmarks/**/*'
  - 'research/**/*'
back to top