From 3f3d2ce3a8546afbfd14b839d14240903511b76e Mon Sep 17 00:00:00 2001 From: Mark Junker Date: Tue, 6 Oct 2015 22:08:24 +0200 Subject: [PATCH] Added missing files --- FubarDev.FtpServer.AccountManagement/stylecop.json | 8 ++++++++ FubarDev.FtpServer.FileSystem.GoogleDrive/stylecop.json | 8 ++++++++ FubarDev.FtpServer.FileSystem/stylecop.json | 8 ++++++++ FubarDev.FtpServer/stylecop.json | 8 ++++++++ 4 files changed, 32 insertions(+) create mode 100644 FubarDev.FtpServer.AccountManagement/stylecop.json create mode 100644 FubarDev.FtpServer.FileSystem.GoogleDrive/stylecop.json create mode 100644 FubarDev.FtpServer.FileSystem/stylecop.json create mode 100644 FubarDev.FtpServer/stylecop.json diff --git a/FubarDev.FtpServer.AccountManagement/stylecop.json b/FubarDev.FtpServer.AccountManagement/stylecop.json new file mode 100644 index 00000000..5ea556e8 --- /dev/null +++ b/FubarDev.FtpServer.AccountManagement/stylecop.json @@ -0,0 +1,8 @@ +{ + "$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", + "settings": { + "documentationRules": { + "companyName": "Fubar Development Junker" + } + } +} diff --git a/FubarDev.FtpServer.FileSystem.GoogleDrive/stylecop.json b/FubarDev.FtpServer.FileSystem.GoogleDrive/stylecop.json new file mode 100644 index 00000000..5ea556e8 --- /dev/null +++ b/FubarDev.FtpServer.FileSystem.GoogleDrive/stylecop.json @@ -0,0 +1,8 @@ +{ + "$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", + "settings": { + "documentationRules": { + "companyName": "Fubar Development Junker" + } + } +} diff --git a/FubarDev.FtpServer.FileSystem/stylecop.json b/FubarDev.FtpServer.FileSystem/stylecop.json new file mode 100644 index 00000000..5ea556e8 --- /dev/null +++ b/FubarDev.FtpServer.FileSystem/stylecop.json @@ -0,0 +1,8 @@ +{ + "$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", + "settings": { + "documentationRules": { + "companyName": "Fubar Development Junker" + } + } +} diff --git a/FubarDev.FtpServer/stylecop.json b/FubarDev.FtpServer/stylecop.json new file mode 100644 index 00000000..5ea556e8 --- /dev/null +++ b/FubarDev.FtpServer/stylecop.json @@ -0,0 +1,8 @@ +{ + "$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", + "settings": { + "documentationRules": { + "companyName": "Fubar Development Junker" + } + } +}