https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: ec3f287d0cbe4c044941e83a36618a984b6eb344 authored by Dmitry Yu. Naumov on 22 June 2023, 08:48:06 UTC
Merge branch 'THM_M_Freezing' into 'master'
Tip revision: ec3f287
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top