https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 5ab9052d283053cb3588b90129f35d8e89fa6ee1 authored by Lars Bilke on 17 March 2021, 13:14:14 UTC
Merge branch 'web-dev-workflow' into 'master'
Tip revision: 5ab9052
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top