https://github.com/feelpp/feelpp
Raw File
Tip revision: 0157da2295e7f60cec38a7e0edc0a02c82beaccc authored by Christophe Prud'homme on 16 November 2022, 07:05:04 UTC
fix scheduled ci [ci skip]
Tip revision: 0157da2
.codacy.yml
---
engines:
 cppcheck:
   enabled: true
   language: c++
exclude_paths:
  - 'contrib/**/*'
  - 'benchmarks/**/*'
  - 'research/**/*'
back to top