aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2015-07-22 11:52:40 -0700
committerGravatar Jan Tattermusch <jtattermusch@google.com>2015-07-22 11:52:40 -0700
commitb146ef62c46ef136a991ed08c263c31b24979cc5 (patch)
tree8a8933a2e30283cf59e213d2a41ec9b0496b7ccb /src
parent766d72b1c0c030ed56ac6453e3cf9b412ffc72ba (diff)
added generated file Health.cs to stylecop ignore
Diffstat (limited to 'src')
-rw-r--r--src/csharp/Grpc.HealthCheck/Settings.StyleCop10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/csharp/Grpc.HealthCheck/Settings.StyleCop b/src/csharp/Grpc.HealthCheck/Settings.StyleCop
new file mode 100644
index 0000000000..2942add962
--- /dev/null
+++ b/src/csharp/Grpc.HealthCheck/Settings.StyleCop
@@ -0,0 +1,10 @@
+<StyleCopSettings Version="105">
+ <SourceFileList>
+ <SourceFile>Health.cs</SourceFile>
+ <Settings>
+ <GlobalSettings>
+ <BooleanProperty Name="RulesEnabledByDefault">False</BooleanProperty>
+ </GlobalSettings>
+ </Settings>
+ </SourceFileList>
+</StyleCopSettings>