https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: af262572cb9a1ec4c3ce75f20929c126b66951ce authored by wenqing on 10 May 2023, 14:29:47 UTC
Merge branch 'fix_warnings' into 'master'
Tip revision: af26257
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top