https://github.com/feelpp/feelpp
Raw File
Tip revision: 8bdc8adb460abfd50d3616d0e279be71858d8cda authored by Christophe Prud'homme on 03 February 2019, 22:11:03 UTC
bump up to rc.2
Tip revision: 8bdc8ad
.codacy.yml
---
engines:
 cppcheck:
   enabled: true
   language: c++
exclude_paths:
  - 'contrib/**/*'
  - 'benchmarks/**/*'
  - 'research/**/*'
back to top