diff --git a/src/ImageSharp/project.json b/src/ImageSharp/project.json index 77dae0b50..44d117398 100644 --- a/src/ImageSharp/project.json +++ b/src/ImageSharp/project.json @@ -24,7 +24,8 @@ "buildOptions": { "allowUnsafe": true, "debugType": "portable", - "xmlDoc": true + "xmlDoc": true, + "additionalArguments": [ "/additionalfile:stylecop.json" ] }, "dependencies": { "System.Collections": "4.0.11", diff --git a/src/ImageSharp/stylecop.json b/src/ImageSharp/stylecop.json new file mode 100644 index 000000000..df8f120a5 --- /dev/null +++ b/src/ImageSharp/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