https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 821395e4cdc46fae4a1674c3f69c587a619c655c authored by Lars Bilke on 02 June 2023, 11:42:49 UTC
Merge branch 'fix-web-pipeline' into 'master'
Tip revision: 821395e
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top