https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 8a7d99672aa73386ce17f2fcb9340b5d496fbb90 authored by wenqing on 08 May 2023, 15:39:34 UTC
Merge branch 'fix_warnings' into 'master'
Tip revision: 8a7d996
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top