https://gitlab.opengeosys.org/ogs/ogs.git
Revision 34323e8bdfb88bd970a7339568ff79766a33a7ab authored by Lars Bilke on 09 April 2021, 10:21:42 UTC, committed by Lars Bilke on 09 April 2021, 10:21:42 UTC
Fix linking gui tools

See merge request ogs/ogs!3558
2 parent s 00d9dda + 895e392
Raw File
Tip revision: 34323e8bdfb88bd970a7339568ff79766a33a7ab authored by Lars Bilke on 09 April 2021, 10:21:42 UTC
Merge branch 'fix-linking-gui-tools' into 'master'
Tip revision: 34323e8
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top