Skip to content

Commit 9e25a22

Browse files
committed
Enable check for delete in Travis-CI
1 parent 70ae191 commit 9e25a22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.dscanner.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ enum_array_literal_check="enabled"
88
; Check for poor exception handling practices
99
exception_check="disabled" ; FIXME
1010
; Check for use of the deprecated 'delete' keyword
11-
delete_check="disabled" ; FIXME
11+
delete_check="enabled"
1212
; Check for use of the deprecated floating point operators
1313
float_operator_check="enabled"
1414
; Check number literals for readability

0 commit comments

Comments
 (0)