Revision 2e5d5fd20f710778c8e59feea7f66a4ad1c13336 authored by Dmitri Naumov on 14 June 2023, 16:38:04 UTC, committed by Dmitri Naumov on 14 June 2023, 17:46:57 UTC
Using lambda and auto return type deduction shortens the code.
1 parent 147ea9a
Raw File
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top