Disable useless init chek by defaukt
This commit is contained in:
parent
44e0092b88
commit
2c553d3d6d
|
@ -84,7 +84,7 @@ final_attribute_check="enabled"
|
|||
; Check for virtual calls in the class constructors
|
||||
vcall_in_ctor="enabled"
|
||||
; Check for useless user defined initializers
|
||||
useless_initializer="enabled"
|
||||
useless_initializer="disabled"
|
||||
; Check allman brace style
|
||||
allman_braces_check="disabled"
|
||||
; Check for redundant attributes
|
||||
|
|
Loading…
Reference in New Issue