https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: b73662ff4cdf4ece0473fe48e0e1dcd1e35d5c7d authored by wenqing on 23 February 2023, 12:53:50 UTC
Merge branch 'FE_mini_benchmark1' into 'master'
Tip revision: b73662f
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top