From d4a20e070a1aa2657a0bb9d8e36e7d486e1fc994 Mon Sep 17 00:00:00 2001 From: Heath Stewart Date: Sun, 4 Sep 2016 01:02:39 -0700 Subject: [PATCH] Add back stylecop.json and rename solution --- .gitignore | 3 +-- Setup.Configuration.sln => Samples.sln | 0 stylecop.json | 12 ++++++++++++ 3 files changed, 13 insertions(+), 2 deletions(-) rename Setup.Configuration.sln => Samples.sln (100%) create mode 100644 stylecop.json diff --git a/.gitignore b/.gitignore index 3a2238d..8c89d63 100644 --- a/.gitignore +++ b/.gitignore @@ -181,7 +181,6 @@ BundleArtifacts/ # Others ClientBin/ -[Ss]tyle[Cc]op.* ~$* *~ *.dbmdl @@ -242,4 +241,4 @@ ModelManifest.xml .paket/paket.exe # FAKE - F# Make -.fake/ \ No newline at end of file +.fake/ diff --git a/Setup.Configuration.sln b/Samples.sln similarity index 100% rename from Setup.Configuration.sln rename to Samples.sln diff --git a/stylecop.json b/stylecop.json new file mode 100644 index 0000000..e02e947 --- /dev/null +++ b/stylecop.json @@ -0,0 +1,12 @@ +{ + "$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", + "settings": { + "documentationRules": { + "companyName": "Microsoft Corporation", + "copyrightText": "Copyright (C) {companyName}. All rights reserved.\nLicensed under the MIT license. See {fileName} in the project root for license information.", + "variables": { + "fileName": "LICENSE.txt" + } + } + } +}