https://github.com/feelpp/feelpp
Raw File
Tip revision: 0d0c25f40bc59dc18f20c25fb0076273167da609 authored by PhilippeRicka on 19 May 2022, 10:15:09 UTC
step 2D cfg update
Tip revision: 0d0c25f
.codacy.yml
---
engines:
 cppcheck:
   enabled: true
   language: c++
exclude_paths:
  - 'contrib/**/*'
  - 'benchmarks/**/*'
  - 'research/**/*'
back to top