Fix d'editconfig pour ne pas ajouter de copyright
This commit is contained in:
@@ -391,3 +391,13 @@ dotnet_diagnostic.SA1623.severity = none
|
|||||||
dotnet_diagnostic.SA1624.severity = none
|
dotnet_diagnostic.SA1624.severity = none
|
||||||
|
|
||||||
dotnet_diagnostic.SA1600.severity = suggestion
|
dotnet_diagnostic.SA1600.severity = suggestion
|
||||||
|
|
||||||
|
[*.cs]
|
||||||
|
# 1. Tell the .NET Formatter to stop injecting a header
|
||||||
|
file_header_template = unset
|
||||||
|
|
||||||
|
# 2. Tell StyleCop to stop requiring a file header (SA1633)
|
||||||
|
dotnet_diagnostic.SA1633.severity = none
|
||||||
|
|
||||||
|
# 3. Tell the IDE to stop requiring a file header (IDE0073)
|
||||||
|
dotnet_diagnostic.IDE0073.severity = none
|
||||||
Reference in New Issue
Block a user