From 754c272a9675f98c024e9ca499b28cd90153ec0f Mon Sep 17 00:00:00 2001 From: Scott Williams Date: Fri, 30 Dec 2016 14:58:13 +0000 Subject: [PATCH] styelcop settings --- src/ImageSharp.Formats.Bmp/stylecop.json | 9 +++++++++ src/ImageSharp.Formats.Gif/stylecop.json | 9 +++++++++ src/ImageSharp.Formats.Jpeg/stylecop.json | 9 +++++++++ src/ImageSharp.Formats.Png/stylecop.json | 9 +++++++++ src/ImageSharp.Formats/stylecop.json | 9 +++++++++ 5 files changed, 45 insertions(+) create mode 100644 src/ImageSharp.Formats.Bmp/stylecop.json create mode 100644 src/ImageSharp.Formats.Gif/stylecop.json create mode 100644 src/ImageSharp.Formats.Jpeg/stylecop.json create mode 100644 src/ImageSharp.Formats.Png/stylecop.json create mode 100644 src/ImageSharp.Formats/stylecop.json diff --git a/src/ImageSharp.Formats.Bmp/stylecop.json b/src/ImageSharp.Formats.Bmp/stylecop.json new file mode 100644 index 000000000..df8f120a5 --- /dev/null +++ b/src/ImageSharp.Formats.Bmp/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": "James Jackson-South", + "copyrightText": "Copyright (c) James Jackson-South and contributors.\nLicensed under the Apache License, Version 2.0." + } + } +} \ No newline at end of file diff --git a/src/ImageSharp.Formats.Gif/stylecop.json b/src/ImageSharp.Formats.Gif/stylecop.json new file mode 100644 index 000000000..df8f120a5 --- /dev/null +++ b/src/ImageSharp.Formats.Gif/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": "James Jackson-South", + "copyrightText": "Copyright (c) James Jackson-South and contributors.\nLicensed under the Apache License, Version 2.0." + } + } +} \ No newline at end of file diff --git a/src/ImageSharp.Formats.Jpeg/stylecop.json b/src/ImageSharp.Formats.Jpeg/stylecop.json new file mode 100644 index 000000000..df8f120a5 --- /dev/null +++ b/src/ImageSharp.Formats.Jpeg/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": "James Jackson-South", + "copyrightText": "Copyright (c) James Jackson-South and contributors.\nLicensed under the Apache License, Version 2.0." + } + } +} \ No newline at end of file diff --git a/src/ImageSharp.Formats.Png/stylecop.json b/src/ImageSharp.Formats.Png/stylecop.json new file mode 100644 index 000000000..df8f120a5 --- /dev/null +++ b/src/ImageSharp.Formats.Png/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": "James Jackson-South", + "copyrightText": "Copyright (c) James Jackson-South and contributors.\nLicensed under the Apache License, Version 2.0." + } + } +} \ No newline at end of file diff --git a/src/ImageSharp.Formats/stylecop.json b/src/ImageSharp.Formats/stylecop.json new file mode 100644 index 000000000..df8f120a5 --- /dev/null +++ b/src/ImageSharp.Formats/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": "James Jackson-South", + "copyrightText": "Copyright (c) James Jackson-South and contributors.\nLicensed under the Apache License, Version 2.0." + } + } +} \ No newline at end of file