Skip to content

Commit

Permalink
Merge pull request #4667 from JackStouffer/patch-7
Browse files Browse the repository at this point in the history
Enable confusing lambda syntax checks in Travis
  • Loading branch information
WalterBright authored Jul 28, 2016
2 parents 7386c79 + 6d43805 commit 1f6f02a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .dscanner.ini
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ incorrect_infinite_range_check="enabled"
; Checks for asserts that are always true
useless_assert_check="disabled"; FIXME
; Check for unclear lambda syntax
lambda_return_check="disabled"
lambda_return_check="enabled"

0 comments on commit 1f6f02a

Please sign in to comment.