From 5bc406f5403cf345a67fb0808d4fe30fd8f51287 Mon Sep 17 00:00:00 2001 From: Sam Harwell Date: Sun, 15 Mar 2015 16:22:46 -0500 Subject: [PATCH] Disable diagnostic IDE0003 (Remove 'this' qualification) This rule conflicts with SA1101, where the StyleCop rule is preferred for this project. Fixes #530 --- StyleCop.Analyzers/StyleCop.Analyzers.ruleset | 3 +++ 1 file changed, 3 insertions(+) diff --git a/StyleCop.Analyzers/StyleCop.Analyzers.ruleset b/StyleCop.Analyzers/StyleCop.Analyzers.ruleset index 49f6ad1ea..0bf5ad5c0 100644 --- a/StyleCop.Analyzers/StyleCop.Analyzers.ruleset +++ b/StyleCop.Analyzers/StyleCop.Analyzers.ruleset @@ -64,6 +64,9 @@ + + +