* cleanup scanner project * cleanup infrastructure projects * cleanup ffmpeg project * cleanup core project * cleanup app project * cleanup main project * update dependencies * code cleanup
7 lines
315 B
INI
7 lines
315 B
INI
[*.{cs,vb}]
|
|
# disable CA1069: Enums should not have duplicate values
|
|
dotnet_diagnostic.ca1069.severity = none
|
|
# disable CA1707: Identifiers should not contain underscores
|
|
dotnet_diagnostic.ca1707.severity = none
|
|
# disable CA1711: Identifiers should not have incorrect suffix
|
|
dotnet_diagnostic.ca1711.severity = none |