https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 6827c24edd0d13aec37419c44d6fcbb09a7a9133 authored by Lars Bilke on 19 December 2022, 07:50:23 UTC
Merge branch 'fix-frontend' into 'master'
Tip revision: 6827c24
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top