Skip to content

Commit 772f62a

Browse files
committed
Use the metadata naming convention for files
1 parent aa0175a commit 772f62a

4 files changed

Lines changed: 4 additions & 3 deletions

File tree

StyleCop.Analyzers/StyleCop.Analyzers/Helpers/ObjectPools/ObjectPool{T}.cs renamed to StyleCop.Analyzers/StyleCop.Analyzers/Helpers/ObjectPools/ObjectPool`1.cs

File renamed without changes.

StyleCop.Analyzers/StyleCop.Analyzers/Helpers/ObjectPools/PooledObject{T}.cs renamed to StyleCop.Analyzers/StyleCop.Analyzers/Helpers/ObjectPools/PooledObject`1.cs

File renamed without changes.

StyleCop.Analyzers/StyleCop.Analyzers/StyleCop.Analyzers.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,8 @@
133133
<Compile Include="Helpers\LocationHelpers.cs" />
134134
<Compile Include="Helpers\NamedTypeHelpers.cs" />
135135
<Compile Include="Helpers\NameSyntaxHelpers.cs" />
136-
<Compile Include="Helpers\ObjectPools\ObjectPool{T}.cs" />
137-
<Compile Include="Helpers\ObjectPools\PooledObject{T}.cs" />
136+
<Compile Include="Helpers\ObjectPools\ObjectPool`1.cs" />
137+
<Compile Include="Helpers\ObjectPools\PooledObject`1.cs" />
138138
<Compile Include="Helpers\ObjectPools\SharedPoolExtensions.cs" />
139139
<Compile Include="Helpers\ObjectPools\SharedPools.cs" />
140140
<Compile Include="Helpers\ObjectPools\StringBuilderPool.cs" />

StyleCop.Analyzers/stylecop.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"documentationRules": {
55
"companyName": "Tunnel Vision Laboratories, LLC",
66
"copyrightText": "Copyright (c) {companyName}. All Rights Reserved.\r\nLicensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.",
7-
"xmlHeader": false
7+
"xmlHeader": false,
8+
"fileNamingConvention": "metadata"
89
}
910
}
1011
}

0 commit comments

Comments
 (0)