ArchiMetrics.CodeReview.Rules.Tests.Rules.SpellCheckingTests.GivenASolutionInspectorWithCommentLanguageRules.GivenASolutionInspectorWithCommentLanguageRules C# (CSharp) Method

GivenASolutionInspectorWithCommentLanguageRules() public method

public GivenASolutionInspectorWithCommentLanguageRules ( ) : System.Linq
return System.Linq
            public GivenASolutionInspectorWithCommentLanguageRules()
            {
                var spellChecker = new SpellChecker(new ExemptPatterns());
                _reviewer = new NodeReviewer(new IEvaluation[] { new SingleLineCommentLanguageRule(spellChecker), new MultiLineCommentLanguageRule(spellChecker) }, Enumerable.Empty<ISymbolEvaluation>());
            }