Skip to content

Commit a0f905e

Browse files
committed
Fix URL in default roslynator config file
1 parent cd530a8 commit a0f905e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Common/Configuration/EditorConfigCodeAnalysisConfig.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ internal class EditorConfigCodeAnalysisConfig
2323
# Default configuration is loaded once when IDE starts. Therefore, it may be necessary to restart IDE for changes to take effect.
2424
# Full list of available options: https://josefpihrt.github.io/docs/roslynator/configuration
2525
26-
# Set severity for all analyzers that are enabled by default (https://docs.microsoft.com/en-us/visualstudio/code-quality/use-roslyn-analyzers?view=vs-2022#set-rule-severity-of-multiple-analyzer-rules-at-once-in-an-editorconfig-file)
26+
# Set severity for all analyzers that are enabled by default (https://learn.microsoft.com/en-us/visualstudio/code-quality/use-roslyn-analyzers?view=vs-2022#set-the-severity-of-multiple-analyzer-rules-at-once-in-an-editorconfig-file)
2727
dotnet_analyzer_diagnostic.category-roslynator.severity = default|none|silent|suggestion|warning|error
2828
2929
# Enable/disable all analyzers by default.

0 commit comments

Comments
 (0)