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