From 675505775e7dad1ba39f7ab2c487243de4f126ae Mon Sep 17 00:00:00 2001 From: Claudiu Farcas Date: Thu, 2 Feb 2017 02:29:14 +0200 Subject: [PATCH] add missing file --- misc/_stylecop/stylecop.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 misc/_stylecop/stylecop.json diff --git a/misc/_stylecop/stylecop.json b/misc/_stylecop/stylecop.json new file mode 100644 index 0000000..fd3470f --- /dev/null +++ b/misc/_stylecop/stylecop.json @@ -0,0 +1,9 @@ +{ + "$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", + "settings": { + "documentationRules": { + "companyName": "Test Company", + "copyrightText": "This source code is Copyright © {companyName} and MAY NOT be copied, reproduced,\npublished, distributed or transmitted to or stored in any manner without prior\nwritten consent from {companyName} (www.yourcompany.com)." + } + } +} \ No newline at end of file