From 3cb23fd095264a255aa3159bb4c156b8400aa6e2 Mon Sep 17 00:00:00 2001 From: Elan Hasson <234704+ElanHasson@users.noreply.github.com> Date: Sun, 7 Aug 2022 20:55:17 -0400 Subject: [PATCH] stylecop.json --- Orleans.StorageProviderInterceptors.sln | 3 ++- stylecop.json | 15 +++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 stylecop.json diff --git a/Orleans.StorageProviderInterceptors.sln b/Orleans.StorageProviderInterceptors.sln index 01ea992..96055a6 100644 --- a/Orleans.StorageProviderInterceptors.sln +++ b/Orleans.StorageProviderInterceptors.sln @@ -18,6 +18,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution dotnet-tools.json = dotnet-tools.json global.json = global.json Key.snk = Key.snk + stylecop.json = stylecop.json EndProjectSection EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Documentation", "Documentation", "{7EDFA103-DB69-4C88-9DE4-97ADBF8253A1}" @@ -97,4 +98,4 @@ Global GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {73F36209-F8D6-4066-8951-D97729F773CF} EndGlobalSection -EndGlobal \ No newline at end of file +EndGlobal diff --git a/stylecop.json b/stylecop.json new file mode 100644 index 0000000..2bf8789 --- /dev/null +++ b/stylecop.json @@ -0,0 +1,15 @@ +{ + // ACTION REQUIRED: This file was automatically added to your project, but it + // will not take effect until additional steps are taken to enable it. See the + // following page for additional information: + // + // https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/EnableConfiguration.md + + "$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", + "settings": { + "documentationRules": { + "companyName": "Elan Hasson" + + } + } +}