Skip to content

Commit

Permalink
Ignore nunit in static code analysis.
Browse files Browse the repository at this point in the history
  • Loading branch information
jhett12321 committed Nov 29, 2024
1 parent 03fd630 commit 7abded6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion NWNX.NET.sln.DotSettings
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

<s:String x:Key="/Default/CodeInspection/ExcludedFiles/FilesAndFoldersToSkip2/=E52A41DA_002D2151_002D447A_002DB821_002D4F86B7E95CAB_002Fd_003AProperties/@EntryIndexedValue">ExplicitlyExcluded</s:String>
<s:String x:Key="/Default/CodeInspection/ExcludedFiles/FilesAndFoldersToSkip2/=E52A41DA_002D2151_002D447A_002DB821_002D4F86B7E95CAB_002Fd_003Asrc_002Fd_003Alib/@EntryIndexedValue">ExplicitlyExcluded</s:String>
<s:String x:Key="/Default/CodeInspection/ExcludedFiles/FilesAndFoldersToSkip2/=NWNX_002ENET_002ETests_002Fsrc_002Flib/@EntryIndexedValue">ExplicitlyExcluded</s:String>
<s:String x:Key="/Default/CodeInspection/ExcludedFiles/GeneratedFilesAndFolders/=D28071F8_002D728A_002D49AA_002DAA43_002DC4B7B9E4E4FA_002Fd_003Asrc_002Fd_003Alib/@EntryIndexedValue">D28071F8-728A-49AA-AA43-C4B7B9E4E4FA/d:src/d:lib</s:String>
<s:String x:Key="/Default/CodeInspection/ExcludedFiles/GeneratedFilesAndFolders/=E52A41DA_002D2151_002D447A_002DB821_002D4F86B7E95CAB_002Fd_003Asrc_002Fd_003Alib/@EntryIndexedValue">E52A41DA-2151-447A-B821-4F86B7E95CAB/d:src/d:lib</s:String>
<s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=ArgumentsStyleAnonymousFunction/@EntryIndexedValue">SUGGESTION</s:String>
<s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=ArgumentsStyleLiteral/@EntryIndexedValue">SUGGESTION</s:String>
Expand Down Expand Up @@ -596,7 +598,7 @@
<s:String x:Key="/Default/CodeStyle/Generate/=Overrides/Options/=Async/@EntryIndexedValue">False</s:String>
<s:String x:Key="/Default/CodeStyle/Generate/=Overrides/Options/=Mutable/@EntryIndexedValue">False</s:String>
<s:Boolean x:Key="/Default/CodeStyle/Naming/CSharpAutoNaming/IsNotificationDisabled/@EntryValue">True</s:Boolean>
<s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/Abbreviations/=2DA/@EntryIndexedValue">2DA</s:String>

<s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/Abbreviations/=AC/@EntryIndexedValue">AC</s:String>
<s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/Abbreviations/=AI/@EntryIndexedValue">AI</s:String>
<s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/Abbreviations/=API/@EntryIndexedValue">API</s:String>
Expand All @@ -621,6 +623,7 @@
<s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/Abbreviations/=CD/@EntryIndexedValue">CD</s:String>
<s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/Abbreviations/=CR/@EntryIndexedValue">CR</s:String>
<s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/Abbreviations/=CSS/@EntryIndexedValue">CSS</s:String>
<s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/Abbreviations/=DA/@EntryIndexedValue">DA</s:String>
<s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/Abbreviations/=DAT/@EntryIndexedValue">DAT</s:String>
<s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/Abbreviations/=DC/@EntryIndexedValue">DC</s:String>
<s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/Abbreviations/=DDS/@EntryIndexedValue">DDS</s:String>
Expand Down

0 comments on commit 7abded6

Please sign in to comment.