We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70ae191 commit 9e25a22Copy full SHA for 9e25a22
.dscanner.ini
@@ -8,7 +8,7 @@ enum_array_literal_check="enabled"
8
; Check for poor exception handling practices
9
exception_check="disabled" ; FIXME
10
; Check for use of the deprecated 'delete' keyword
11
-delete_check="disabled" ; FIXME
+delete_check="enabled"
12
; Check for use of the deprecated floating point operators
13
float_operator_check="enabled"
14
; Check number literals for readability
0 commit comments