https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: f794a169cc1e42831f46e5138804f973344a72c3 authored by Mehran Ghasabeh on 05 August 2023, 12:58:08 UTC
Merge branch 'LiqudFlow' into 'master'
Tip revision: f794a16
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top