1
0

stylecop.json 616 B

123456789101112131415
  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. "$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json",
  8. "settings": {
  9. "documentationRules": {
  10. "companyName": "dotnetGame",
  11. "documentExposedElements": false
  12. }
  13. }
  14. }