Revision 5b636d67fab85b25c33323f42f0970d117fe9980 authored by Lars Bilke on 05 October 2021, 06:58:14 UTC, committed by Lars Bilke on 05 October 2021, 06:58:14 UTC
Cannot add a comment between CMake arguments (hides all remaining args).
1 parent ee47dc9
Raw File
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top