mirror of
https://github.com/farcasclaudiu/LanBackup.git
synced 2026-06-22 11:01:24 +03:00
9 lines
498 B
JSON
9 lines
498 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json",
|
|
"settings": {
|
|
"documentationRules": {
|
|
"companyName": "Test Company",
|
|
"copyrightText": "This source code is Copyright © {companyName} and MAY NOT be copied, reproduced,\npublished, distributed or transmitted to or stored in any manner without prior\nwritten consent from {companyName} (www.yourcompany.com)."
|
|
}
|
|
}
|
|
} |