Disable useless init chek by defaukt

This commit is contained in:
BBasile 2018-08-22 13:58:13 +02:00 committed by GitHub
parent 44e0092b88
commit 2c553d3d6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ final_attribute_check="enabled"
; Check for virtual calls in the class constructors ; Check for virtual calls in the class constructors
vcall_in_ctor="enabled" vcall_in_ctor="enabled"
; Check for useless user defined initializers ; Check for useless user defined initializers
useless_initializer="enabled" useless_initializer="disabled"
; Check allman brace style ; Check allman brace style
allman_braces_check="disabled" allman_braces_check="disabled"
; Check for redundant attributes ; Check for redundant attributes