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