Skip to content

Commit

Permalink
stylecop.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ElanHasson committed Aug 17, 2022
1 parent fa5dddf commit 3cb23fd
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Orleans.StorageProviderInterceptors.sln
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down Expand Up @@ -97,4 +98,4 @@ Global
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {73F36209-F8D6-4066-8951-D97729F773CF}
EndGlobalSection
EndGlobal
EndGlobal
15 changes: 15 additions & 0 deletions stylecop.json
Original file line number Diff line number Diff line change
@@ -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"

}
}
}

0 comments on commit 3cb23fd

Please sign in to comment.