vs-setup-samples/stylecop.json

13 строки
495 B
JSON

{
"$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"
}
}
}
}