Skip to content

Commit

Permalink
Fix CA
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-englert committed May 20, 2018
1 parent 3e14eb6 commit 5844f0f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CodeContracts.ruleset
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<Rule Id="CA1031" Action="None" />
<Rule Id="CA1040" Action="None" />
<Rule Id="CA1043" Action="None" />
<Rule Id="CA1050" Action="None" />
<Rule Id="CA1062" Action="None" />
<Rule Id="CA1065" Action="None" />
<Rule Id="CA1303" Action="None" />
Expand Down
1 change: 0 additions & 1 deletion ProjectConfigurationManager.View/IndexToBrushConverter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
{
using System;
using System.ComponentModel.Composition;
using System.Diagnostics.CodeAnalysis;
using System.Globalization;
using System.Windows.Data;
using System.Windows.Media;
Expand Down

0 comments on commit 5844f0f

Please sign in to comment.