14 lines
365 B
JSON
14 lines
365 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json",
|
|
"settings": {
|
|
"documentationRules": {
|
|
"documentationCulture": "fr-FR"
|
|
},
|
|
"maintainabilityRules": {
|
|
"settings": {
|
|
"commonWords": [ "Obtient", "définit" ]
|
|
}
|
|
}
|
|
}
|
|
}
|