Files
webzine/Webzine.Documentation/StyleCop/stylecop.json

16 lines
442 B
JSON

{
"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json",
"settings": {
"documentationRules": {
"documentInterfaces": false,
"documentInternalElements": false,
"documentExposedElements": false
},
"maintainabilityRules": {
"settings": {
"commonWords": [ "Obtient", "définit" ]
}
}
}
}