stylecop.json
 1  {
 2    // ACTION REQUIRED: This file was automatically added to your project, but it
 3    // will not take effect until additional steps are taken to enable it. See the
 4    // following page for additional information:
 5    //
 6    // https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/EnableConfiguration.md
 7  
 8    "$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json",
 9    "settings": {
10      "documentationRules": {
11        "companyName": "PlaceholderCompany"
12      }
13    }
14  }