https://gitlab.opengeosys.org/ogs/ogs.git
Revision eadb895c4d4ed78fa72e6894a70b8fc26b94dcff authored by Lars Bilke on 11 April 2023, 09:48:29 UTC, committed by Lars Bilke on 11 April 2023, 09:48:29 UTC
[cmake,ci] Better third-party license collection

See merge request ogs/ogs!4561
2 parent s a5de98c + 4451acc
Raw File
Tip revision: eadb895c4d4ed78fa72e6894a70b8fc26b94dcff authored by Lars Bilke on 11 April 2023, 09:48:29 UTC
Merge branch 'better-license-file' into 'master'
Tip revision: eadb895
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top