Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit b9448f2

Browse files
committed
Fix code analysis
1 parent e99e294 commit b9448f2

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

src/GitHub.VisualStudio/GitHub.VisualStudio.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@
328328
</ItemGroup>
329329
<ItemGroup>
330330
<Resource Include="FodyWeavers.xml" />
331-
<CodeAnalysisDictionary Include="..\..\script\CodeAnalysisDictionary.xml">
331+
<CodeAnalysisDictionary Include="..\common\CodeAnalysisDictionary.xml">
332332
<Link>Properties\CodeAnalysisDictionary.xml</Link>
333333
</CodeAnalysisDictionary>
334334
<Content Include="LICENSE.txt">
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<?xml version="1.0" encoding="utf-8" ?>
2+
<Dictionary>
3+
<Words>
4+
<Recognized>
5+
<Word>param</Word>
6+
<Word>git</Word>
7+
<Word>github</Word>
8+
<Word>bling</Word>
9+
<Word>ssh</Word>
10+
<Word>ssh-agent</Word>
11+
<Word>unpublish</Word>
12+
<Word>submodule</Word>
13+
<Word>submodules</Word>
14+
</Recognized>
15+
</Words>
16+
<Acronyms>
17+
<CasingExceptions>
18+
<Acronym>SSH</Acronym>
19+
</CasingExceptions>
20+
</Acronyms>
21+
</Dictionary>

0 commit comments

Comments
 (0)