https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 76bcabbb2a05ff7c54e71634d0cfee51bb463bc8 authored by KeitaYoshioka on 23 November 2021, 22:21:40 UTC
Merge branch 'PhaseField' into 'master'
Tip revision: 76bcabb
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top