https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 8fbde566f819597e89f52ea3e41844ea25d1ba9b authored by Tom Fischer on 09 June 2023, 11:10:52 UTC
Merge branch 'AlwaysOutputOGS_VERSION' into 'master'
Tip revision: 8fbde56
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top