Revision 6cc1fea9df6aa2b98cdf53187f8ac58273de9961 authored by Lars Bilke on 03 May 2021, 13:25:30 UTC, committed by Dmitri Naumov on 09 May 2021, 12:00:27 UTC
E.g. in square_1e1.xml:

    <OpenGeoSysProjectDiff base_file="square_1e0.prj">

Then run this with:

    ogs square_1e1.xml
1 parent bf2b7a0
Raw File
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top