Skip to content

Commit

Permalink
refactor: ignore CS[1591,0618,0105,0672] on reactiveui-events because…
Browse files Browse the repository at this point in the history
… that code is codegened (#1187)

reduces spam in the CI build log
  • Loading branch information
ghuntley committed Oct 29, 2016
1 parent e2430a6 commit 5384c65
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/EventBuilder/DefaultTemplate.mustache
@@ -1,4 +1,6 @@
using System;
#pragma warning disable 1591,0618,0105,0672

using System;
using System.Reactive;
using System.Reactive.Linq;
using System.Reactive.Subjects;
Expand Down Expand Up @@ -87,4 +89,6 @@ namespace {{Name}}.Rx
}
{{/Types}}
}
{{/DelegateNamespaces}}
{{/DelegateNamespaces}}

#pragma warning restore 1591,0618,0105,0672

0 comments on commit 5384c65

Please sign in to comment.