mirror of
https://github.com/dlang-community/D-Scanner.git
synced 2025-04-26 13:20:07 +03:00
Temporarily disable the unused check for DScanner
This commit is contained in:
parent
ba751105a2
commit
ad9491b844
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue