Skip to content
Merged
Show file tree
Hide file tree
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
8 changes: 6 additions & 2 deletions distribution/dotnet5/.editorconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ATC coding rules - https://github.com/atc-net/atc-coding-rules
# Version: 1.0.7
# Updated: 18-06-2021
# Version: 1.0.8
# Updated: 01-02-2022
# Location: Root
# Inspired by: https://docs.microsoft.com/en-us/dotnet/fundamentals/code-analysis/code-style-rule-options

Expand Down Expand Up @@ -485,6 +485,10 @@ dotnet_diagnostic.SA1649.severity = error # https://github.com/atc-net
# https://rules.sonarsource.com/csharp
dotnet_diagnostic.S1135.severity = suggestion # https://github.com/atc-net/atc-coding-rules/blob/main/documentation/CodeAnalyzersRules/SonarAnalyzerCSharp/S1135.md

##########################################
# Custom - File Extension Settings
##########################################


##########################################
# Custom - Code Analyzers Rules
Expand Down
8 changes: 6 additions & 2 deletions distribution/dotnet6/.editorconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ATC coding rules - https://github.com/atc-net/atc-coding-rules
# Version: 1.0.7
# Updated: 18-06-2021
# Version: 1.0.8
# Updated: 01-02-2022
# Location: Root
# Inspired by: https://docs.microsoft.com/en-us/dotnet/fundamentals/code-analysis/code-style-rule-options

Expand Down Expand Up @@ -486,6 +486,10 @@ dotnet_diagnostic.SA1649.severity = error # https://github.com/atc-net
# https://rules.sonarsource.com/csharp
dotnet_diagnostic.S1135.severity = suggestion # https://github.com/atc-net/atc-coding-rules/blob/main/documentation/CodeAnalyzersRules/SonarAnalyzerCSharp/S1135.md

##########################################
# Custom - File Extension Settings
##########################################


##########################################
# Custom - Code Analyzers Rules
Expand Down
8 changes: 6 additions & 2 deletions distribution/dotnetcore/.editorconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ATC coding rules - https://github.com/atc-net/atc-coding-rules
# Version: 1.0.7
# Updated: 18-06-2021
# Version: 1.0.8
# Updated: 01-02-2022
# Location: Root
# Inspired by: https://docs.microsoft.com/en-us/dotnet/fundamentals/code-analysis/code-style-rule-options

Expand Down Expand Up @@ -485,6 +485,10 @@ dotnet_diagnostic.SA1649.severity = error # https://github.com/atc-net
# https://rules.sonarsource.com/csharp
dotnet_diagnostic.S1135.severity = suggestion # https://github.com/atc-net/atc-coding-rules/blob/main/documentation/CodeAnalyzersRules/SonarAnalyzerCSharp/S1135.md

##########################################
# Custom - File Extension Settings
##########################################


##########################################
# Custom - Code Analyzers Rules
Expand Down