https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 08abc4838f706b971236aafcbb1d5ae23bccaaea authored by wenqing on 21 February 2023, 13:38:56 UTC
Merge branch 'FE_mini_benchmark1' into 'master'
Tip revision: 08abc48
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top