Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ dotnet_diagnostic.SLC_SC0005.severity = warning
dotnet_diagnostic.SLC_SC0006.severity = warning

# SLC_SC0007: Avoid insecure cryptographic algorithms
dotnet_diagnostic.SLC_SC0006.severity = warning
dotnet_diagnostic.SLC_SC0007.severity = warning
```

# .editorconfig - all rules disabled
Expand All @@ -98,5 +98,5 @@ dotnet_diagnostic.SLC_SC0005.severity = none
dotnet_diagnostic.SLC_SC0006.severity = none

# SLC_SC0007: Avoid insecure cryptographic algorithms
dotnet_diagnostic.SLC_SC0006.severity = none
dotnet_diagnostic.SLC_SC0007.severity = none
```