Skip to content

Commit 602fe73

Browse files
authored
update to use comment ignores (microsoft#3607)
Auto merge happened right before this comment so fixing it here after the fact microsoft#3590 (comment)
1 parent 58654d6 commit 602fe73

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

cspell.yaml

-8
Original file line numberDiff line numberDiff line change
@@ -147,14 +147,6 @@ ignorePaths:
147147
- .github/CODEOWNERS
148148
- packages/samples/test/output/**
149149
- "**/BenchmarkDotNet.Artifacts/**"
150-
- cspell.yaml
151-
overrides:
152-
- filename: "packages/http-client-csharp/generator/Microsoft.Generator.CSharp.ClientModel/test/TypeFormatterTests.cs"
153-
words:
154-
- BAUG
155-
- filename: "packages/http-client-csharp/generator/Microsoft.Generator.CSharp/src/Statements/XmlDocStatement.cs"
156-
words:
157-
- apos
158150
useGitignore: true
159151
enableGlobDot: true
160152
enableFiletypes:

packages/http-client-csharp/generator/Microsoft.Generator.CSharp.ClientModel/test/TypeFormatterTests.cs

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
// Copyright (c) Microsoft Corporation. All rights reserved.
22
// Licensed under the MIT License.
33

4+
// cSpell:ignore BAUG
5+
46
using System;
57
using System.IO;
68
using System.Text.Json;

packages/http-client-csharp/generator/Microsoft.Generator.CSharp/src/Statements/XmlDocStatement.cs

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
// Copyright (c) Microsoft Corporation. All rights reserved.
22
// Licensed under the MIT License.
33

4+
// cSpell:ignore apos
5+
46
using System;
57
using System.Collections.Generic;
68
using System.Runtime.CompilerServices;

0 commit comments

Comments
 (0)