https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 7f551d214aad594ce224c208b5515dfaeaa9f62d authored by Lars Bilke on 18 October 2023, 11:38:02 UTC
Merge branch 'notebook-runtime' into 'master'
Tip revision: 7f551d2
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top