https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: feb764451084f8dcd47a48dfb7e4422c5920c0d7 authored by Dmitry Yu. Naumov on 15 July 2023, 14:19:49 UTC
Merge branch 'RefactorPetrelReader' into 'master'
Tip revision: feb7644
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top