https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 1233266d5f9253296a2993b4ca630a0c96a0b4fd authored by Christoph Lehmann on 13 January 2023, 09:06:40 UTC
Merge branch 'SeabedResponse' into 'master'
Tip revision: 1233266
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top