Skip to content

Commit dfed5df

Browse files
author
Kevin Avignon
committed
Fixed indentation.
1 parent 705cc12 commit dfed5df

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

DotNet.SystemCollections.Analyzers.Test/DotNet.SystemCollections.Analyzers.Test.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<PropertyGroup>
44
<IsPackable>false</IsPackable>
55
<TargetFramework>netcoreapp2.0</TargetFramework>
6-
<NoWarn>SA1633</NoWarn>
6+
<NoWarn>SA1633</NoWarn>
77
<DocumentationFile>$(OutputPath)$(AssemblyName).xml</DocumentationFile>
8-
<TreatWarningsAsErrors>True</TreatWarningsAsErrors>
8+
<TreatWarningsAsErrors>True</TreatWarningsAsErrors>
99
</PropertyGroup>
1010

1111
<ItemGroup>

DotNet.SystemCollections.Analyzers/DotNet.SystemCollections.Analyzers.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<PackageTags>Dotnet.SystemCollections.Analyzers Performance Optimization DotNetAnalyzers Roslyn Diagnostic Analyzer</PackageTags>
1919
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
2020
<NoPackageAnalysis>true</NoPackageAnalysis>
21-
<NoWarn>SA1633</NoWarn>
21+
<NoWarn>SA1633</NoWarn>
2222
</PropertyGroup>
2323

2424
<ItemGroup>

DotNet.SystemCollections.Analyzers/DotNet.SystemCollections.Analyzers.nuspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<id>DotNet.SystemCollections.Analyzers</id>
55
<version>0.0.0.1</version>
66
<title>DotNet.SystemCollections.Analyzers</title>
7-
<authors>Robotmaster</authors>
8-
<owners>Hypertherm Robotics Software Inc</owners>
7+
<authors>Hypertherm Inc.</authors>
8+
<owners>Hypertherm Inc.</owners>
99
<projectUrl>https://github.com/hypertherm/DotNet.SystemCollections.Analyzers</projectUrl>
1010
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1111
<description>This package will analyze your usage of collections and APIs from System.Collections and System.Linq.</description>

0 commit comments

Comments
 (0)