https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: d877963ebd8876fb6d435425371148d25ebcf0cb authored by Lars Bilke on 22 February 2021, 07:49:09 UTC
Merge branch 'web-styling' into 'master'
Tip revision: d877963
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top