This commit is contained in:
Jamie Magee 2022-08-17 09:08:33 -07:00 коммит произвёл GitHub
Родитель a66a444f3e
Коммит 368f3c9692
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
25 изменённых файлов: 24 добавлений и 28 удалений

Просмотреть файл

@ -583,10 +583,6 @@ dotnet_diagnostic.SA1500.severity = suggestion
# Single-line comment should be preceded by blank line
dotnet_diagnostic.SA1515.severity = suggestion
# https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1518.md
# File is required to end with a single newline character
dotnet_diagnostic.SA1518.severity = suggestion
# https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1600.md
# Elements should be documented
dotnet_diagnostic.SA1600.severity = suggestion