File tree 3 files changed +4
-8
lines changed
packages/http-client-csharp/generator
Microsoft.Generator.CSharp/src/Statements
Microsoft.Generator.CSharp.ClientModel/test
3 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -147,14 +147,6 @@ ignorePaths:
147
147
- .github/CODEOWNERS
148
148
- packages/samples/test/output/**
149
149
- " **/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
158
150
useGitignore : true
159
151
enableGlobDot : true
160
152
enableFiletypes :
Original file line number Diff line number Diff line change 1
1
// Copyright (c) Microsoft Corporation. All rights reserved.
2
2
// Licensed under the MIT License.
3
3
4
+ // cSpell:ignore BAUG
5
+
4
6
using System ;
5
7
using System . IO ;
6
8
using System . Text . Json ;
Original file line number Diff line number Diff line change 1
1
// Copyright (c) Microsoft Corporation. All rights reserved.
2
2
// Licensed under the MIT License.
3
3
4
+ // cSpell:ignore apos
5
+
4
6
using System ;
5
7
using System . Collections . Generic ;
6
8
using System . Runtime . CompilerServices ;
You can’t perform that action at this time.
0 commit comments