Skip to content

Commit

Permalink
Close #575. Detect lock and fixed statements and switch sections with…
Browse files Browse the repository at this point in the history
…out braces.
  • Loading branch information
Hosch250 committed Jul 23, 2016
1 parent d769eb5 commit d1a1df8
Show file tree
Hide file tree
Showing 17 changed files with 1,996 additions and 1,718 deletions.

This file was deleted.

This file was deleted.

Large diffs are not rendered by default.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -128,12 +128,11 @@
<Compile Include="Tests\General\ConditionIsConstantTests.cs" />
<Compile Include="Tests\General\ExplicitAccessModifiersTests.cs" />
<Compile Include="Tests\Attributes\FlagsEnumValuesAreNotPowersOfTwoTests.cs" />
<Compile Include="Tests\General\MissingBracesTests.cs" />
<Compile Include="Tests\General\RedudantPrivateSetterTests.cs" />
<Compile Include="Tests\General\GotoDetectionTests.cs" />
<Compile Include="Tests\General\IfStatementWithoutBracesTests.cs" />
<Compile Include="Tests\General\ImplementEqualsAndGetHashCodeTests.cs" />
<Compile Include="Tests\General\LoopedRandomInstantiationTests.cs" />
<Compile Include="Tests\General\LoopStatementWithoutBracesTests.cs" />
<Compile Include="Tests\General\NonEncapsulatedOrMutableFieldTests.cs" />
<Compile Include="Tests\General\NamingConventionsTests.cs" />
<Compile Include="Tests\General\NullableToShorthandTests.cs" />
Expand All @@ -145,7 +144,6 @@
<Compile Include="Tests\General\TryCastUsingAsNotNullInsteadOfIsAsTests.cs" />
<Compile Include="Tests\General\TypeToVarTests.cs" />
<Compile Include="Tests\General\UseAliasesInsteadOfConcreteTypeTests.cs" />
<Compile Include="Tests\General\UsingStatementWithoutBracesTests.cs" />
<Compile Include="Tests\Strings\ReplaceEmptyStringWithStringDotEmptyTests.cs" />
<Compile Include="Tests\Strings\StringDotFormatWithDifferentAmountOfArgumentsTests.cs" />
<Compile Include="Tests\Strings\StringPlaceholdersInWrongOrderTests.cs" />
Expand Down

This file was deleted.

Loading

0 comments on commit d1a1df8

Please sign in to comment.