https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 196bb7ef5dff5a0d395924c6204321f60c27e5ab authored by Christoph Lehmann on 25 August 2023, 06:32:23 UTC
Merge branch 'rtp-assemble-only-once' into 'master'
Tip revision: 196bb7e
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top