Skip to content

Commit abc5365

Browse files
committed
Merge branch 'develop' into feature/InstallerConnectionCheck
2 parents 261a365 + 1329420 commit abc5365

File tree

4 files changed

+20
-0
lines changed

4 files changed

+20
-0
lines changed

src/UmbracoFileSystemProviders.Azure.Tests/UmbracoFileSystemProviders.Azure.Tests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,7 @@
241241
<ItemGroup>
242242
<None Include="app.config" />
243243
<None Include="packages.config" />
244+
<None Include="stylecop.json" />
244245
</ItemGroup>
245246
<ItemGroup>
246247
<ProjectReference Include="..\UmbracoFileSystemProviders.Azure.Installer\UmbracoFileSystemProviders.Azure.Installer.csproj">
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json",
3+
"settings": {
4+
"documentationRules": {
5+
"companyName": "James Jackson-South",
6+
"copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the Apache License, Version 2.0."
7+
}
8+
}
9+
}

src/UmbracoFileSystemProviders.Azure/UmbracoFileSystemProviders.Azure.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,7 @@
264264
<ItemGroup>
265265
<None Include="app.config" />
266266
<None Include="packages.config" />
267+
<None Include="stylecop.json" />
267268
</ItemGroup>
268269
<ItemGroup>
269270
<Analyzer Include="..\packages\StyleCop.Analyzers.1.0.0-beta014\analyzers\dotnet\cs\Newtonsoft.Json.dll" />
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json",
3+
"settings": {
4+
"documentationRules": {
5+
"companyName": "James Jackson-South",
6+
"copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the Apache License, Version 2.0."
7+
}
8+
}
9+
}

0 commit comments

Comments
 (0)