https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: db106993b096e8ef3378e9154d46b8e1a79e82b8 authored by Christoph Lehmann on 29 September 2023, 08:04:56 UTC
Merge branch 'fix-is-linear-output-off-by-one' into 'master'
Tip revision: db10699
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top