https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 95afdebd278f7400112c457407eb92f18ec7d9fb authored by Mehran Ghasabeh on 28 July 2023, 20:30:16 UTC
Merge branch 'LiqudFlow' into 'master'
Tip revision: 95afdeb
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top