https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 667587dec7fb5df66a8115836f0fa0b66814079b authored by KeitaYoshioka on 06 September 2021, 13:52:37 UTC
Merge branch 'PhaseField' into 'master'
Tip revision: 667587d
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top