https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 2d53030d2fa4578254c7b874df39fb0b60bed30e authored by Dmitry Yu. Naumov on 02 May 2021, 13:42:11 UTC
Merge branch 'DontAllowPythonToHandleSignals' into 'master'
Tip revision: 2d53030
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top