Temporarily disable the unused check for DScanner
This commit is contained in:
parent
ba751105a2
commit
ad9491b844
|
@ -23,7 +23,7 @@ if_else_same_check="enabled"
|
|||
; Checks for some problems with constructors
|
||||
constructor_check="enabled"
|
||||
; Checks for unused variables and function parameters
|
||||
unused_variable_check="enabled"
|
||||
unused_variable_check="disabled"
|
||||
; Checks for unused labels
|
||||
unused_label_check="enabled"
|
||||
; Checks for duplicate attributes
|
||||
|
|
Loading…
Reference in New Issue