https://github.com/feelpp/feelpp
Raw File
Tip revision: 77ff318a3d2f026f0e706896aecf570465004838 authored by Christophe Prud'homme on 23 February 2022, 16:15:49 UTC
electric does not support P3 @vincentchabannes
Tip revision: 77ff318
.codacy.yml
---
engines:
 cppcheck:
   enabled: true
   language: c++
exclude_paths:
  - 'contrib/**/*'
  - 'benchmarks/**/*'
  - 'research/**/*'
back to top