https://gitlab.opengeosys.org/ogs/ogs.git
Revision 3fda687923df78569e4d250259c4361610fa4f27 authored by Lars Bilke on 17 March 2021, 14:27:06 UTC, committed by Lars Bilke on 18 March 2021, 12:55:49 UTC
1 parent bfbf396
Raw File
Tip revision: 3fda687923df78569e4d250259c4361610fa4f27 authored by Lars Bilke on 17 March 2021, 14:27:06 UTC
Fix compiler warnings.
Tip revision: 3fda687
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top