-
Notifications
You must be signed in to change notification settings - Fork 60
/
stylecop.json
14 lines (14 loc) · 1.13 KB
/
stylecop.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json",
"settings": {
"documentationRules": {
"companyName": "LeagueSharp",
"copyrightText": " Copyright (c) 2015 {companyName}.\n\n{sector0}\n\n{sector1}\n\n{sector2}",
"variables": {
"sector0": " This program is free software: you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation, either version 3 of the License, or\n (at your option) any later version.",
"sector1": " This program is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n GNU General Public License for more details.",
"sector2": " You should have received a copy of the GNU General Public License\n along with this program. If not, see http://www.gnu.org/licenses/"
}
}
}
}