https://github.com/feelpp/feelpp
Raw File
Tip revision: 7799ce12f36b55dcb875a4e93d173786fcbc1013 authored by Christophe Prud'homme on 30 March 2024, 06:43:05 UTC
Merge remote-tracking branch 'origin' into 1489-enrich-range-object
Tip revision: 7799ce1
.codacy.yml
---
engines:
 cppcheck:
   enabled: true
   language: c++
exclude_paths:
  - 'contrib/**/*'
  - 'benchmarks/**/*'
  - 'research/**/*'
back to top