https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: ec6843eb956c483d5f35eaae038a41fd78b130a2 authored by wenqing on 03 November 2023, 09:06:52 UTC
Merge branch 'bishop_p_cutoff' into 'master'
Tip revision: ec6843e
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top