https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: d2ebf66a900d6f004bc74f48305948f61e0d3963 authored by Chaofan Chen on 24 March 2023, 12:18:43 UTC
Merge branch 'WellboreSimulator-EOS1' into 'master'
Tip revision: d2ebf66
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top