https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 151db8bb63a40319cb75b3adcaf79e24e73f93f9 authored by Dmitri Naumov on 02 May 2021, 12:47:09 UTC
[A] Don't allow python to handle signals.
Tip revision: 151db8b
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top