From 3ff1b01e4605b8c90d4a852901cf40c16964cd6c Mon Sep 17 00:00:00 2001 From: Sebastiaan Janssen Date: Thu, 11 Apr 2013 07:15:06 -0200 Subject: [PATCH] Add DotSettings file for custom code inspections. In this case: Replace !someBool with an explicit false check (someBool == false) for readability. --- src/umbraco.sln.DotSettings | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/src/umbraco.sln.DotSettings b/src/umbraco.sln.DotSettings index 11f2c267ac..cad9b1c9b2 100644 --- a/src/umbraco.sln.DotSettings +++ b/src/umbraco.sln.DotSettings @@ -1,3 +1,27 @@  <data><IncludeFilters /><ExcludeFilters /></data> - <data /> \ No newline at end of file + <data /> + True + Replace with $var$ == false for readability + True + False + + ExpressionPlaceholder + True + CSHARP + Replace with $var$ == false for readability + $var$ == false + !$var$ + SUGGESTION + False + + + + + + + + + + + \ No newline at end of file