https://gitlab.opengeosys.org/ogs/ogs.git
Revision 1296c574133a1ddf35df216c3f484ddef94eb076 authored by Lars Bilke on 18 March 2021, 13:25:37 UTC, committed by Lars Bilke on 18 March 2021, 13:25:37 UTC
[ci] Fix warnings check

Closes #3119

See merge request ogs/ogs!3521
2 parent s 4fa16ea + c6a64ea
Raw File
Tip revision: 1296c574133a1ddf35df216c3f484ddef94eb076 authored by Lars Bilke on 18 March 2021, 13:25:37 UTC
Merge branch 'fix-warnings-check' into 'master'
Tip revision: 1296c57
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top