https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 35397ef160bd4f22e0e1f2d73e2565f9a7898151 authored by Dmitry Yu. Naumov on 07 September 2021, 08:14:21 UTC
Merge branch 'CorrectTHMRestart' into 'master'
Tip revision: 35397ef
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top