https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 940ee129a407d630ece1dac87631a7ddc8397605 authored by Lars Bilke on 11 April 2023, 15:13:26 UTC
Merge branch 'better-license-file' into 'master'
Tip revision: 940ee12
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top