https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: ab60dee1187e3f0dcc3b6139873ba4cb07f8904e authored by Thomas Nagel on 12 May 2023, 09:35:30 UTC
Merge branch 'PLLC_optim' into 'master'
Tip revision: ab60dee
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top