Merge pull request #688 from dlang-community/BBasile-patch-1

Disable useless init chek by default
This commit is contained in:
Sebastian Wilzbach 2018-08-22 16:00:01 +02:00 committed by GitHub
commit 84f3608dd8
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
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