Files
MaaAssistantArknights/src/MaaWpfGui/stylecop.json
2025-06-10 15:02:38 +08:00

14 lines
931 B
JSON

{
"$schema": "https://cdn.jsdelivr.net/gh/DotNetAnalyzers/StyleCopAnalyzers@master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json",
"settings": {
"documentationRules": {
"companyName": "MaaAssistantArknights",
"copyrightText": "Part of the {projectName} project, maintained by the MaaAssistantArknights team (Maa Team)\nCopyright (C) 2021-2025 MaaAssistantArknights Contributors\n\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the {licenseName} as published by\nthe Free Software Foundation, either version 3 of the License, or\nany later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY",
"variables": {
"projectName": "MaaWpfGui",
"licenseName": "GNU Affero General Public License v3.0 only"
}
}
}
}