https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 2f420c57b14fef91265f59770c2fc8b2ed860741 authored by Tom Fischer on 19 April 2023, 10:08:10 UTC
Merge branch 'VariableOutput' into 'master'
Tip revision: 2f420c5
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top