Skip to content

Commit 1f6f02a

Browse files
authored
Merge pull request #4667 from JackStouffer/patch-7
Enable confusing lambda syntax checks in Travis
2 parents 7386c79 + 6d43805 commit 1f6f02a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.dscanner.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,4 @@ incorrect_infinite_range_check="enabled"
6565
; Checks for asserts that are always true
6666
useless_assert_check="disabled"; FIXME
6767
; Check for unclear lambda syntax
68-
lambda_return_check="disabled"
68+
lambda_return_check="enabled"

0 commit comments

Comments
 (0)