https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: a5c926448e6c251b1d82d422767c2fc6704ac790 authored by Christoph Lehmann on 14 March 2023, 13:56:13 UTC
Merge branch 'num-diff' into 'master'
Tip revision: a5c9264
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top