Revision 0ad87c275a849cc2b38698a7194fb774a377a5ec authored by Lars Bilke on 13 January 2021, 14:32:49 UTC, committed by Lars Bilke on 13 January 2021, 14:32:49 UTC
May fix issues output from `git describe ...` missing the last tag.
1 parent 6d5f0fa
Raw File
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top