https://github.com/feelpp/feelpp
Raw File
Tip revision: 7c7b56b4fba9e21c0e2b83c35587a46a1a497757 authored by Lorenzo Sala on 05 February 2019, 19:21:46 UTC
Merge branch 'develop' of https://github.com/feelpp/feelpp into develop
Tip revision: 7c7b56b
.codacy.yml
---
engines:
 cppcheck:
   enabled: true
   language: c++
exclude_paths:
  - 'contrib/**/*'
  - 'benchmarks/**/*'
  - 'research/**/*'
back to top