https://gitlab.opengeosys.org/ogs/ogs.git
Revision f18fc8779e77cca6c4ee699c88236af3e62bcd09 authored by Lars Bilke on 19 May 2021, 12:44:51 UTC, committed by Lars Bilke on 19 May 2021, 12:45:53 UTC
1 parent 2863864
Raw File
Tip revision: f18fc8779e77cca6c4ee699c88236af3e62bcd09 authored by Lars Bilke on 19 May 2021, 12:44:51 UTC
[cmake] Fix exclusion of steady state benchmarks.
Tip revision: f18fc87
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top