https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 62fae147e91e482b940362e1ac9b36a0f46d641f authored by Dmitry Yu. Naumov on 04 August 2023, 08:08:36 UTC
Merge branch 'UseXPrevInsteadOfXDot' into 'master'
Tip revision: 62fae14
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top