Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasteles committed Jan 26, 2024
1 parent 647252d commit b33cd03
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 20 deletions.
19 changes: 0 additions & 19 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -135,24 +135,5 @@ csharp_space_between_method_call_empty_parameter_list_parentheses = false
csharp_preserve_single_line_statements = true
csharp_preserve_single_line_blocks = true


# Roslynator
dotnet_analyzer_diagnostic.category-roslynator.severity = default
roslynator_analyzers.enabled_by_default = true
roslynator_refactorings.enabled = true
roslynator_compiler_diagnostic_fixes.enabled = true

dotnet_diagnostic.RCS1214.severity = warning
dotnet_diagnostic.RCS1036.severity = warning
dotnet_diagnostic.S3881.severity = suggestion
dotnet_diagnostic.IDE0011.severity = silent
dotnet_diagnostic.RCS1001.severity = silent
dotnet_diagnostic.RCS1194.severity = silent
dotnet_diagnostic.RCS1163.severity = silent
dotnet_diagnostic.RCS1118.severity = silent
dotnet_diagnostic.CA1050.severity = silent
dotnet_diagnostic.S3925.severity = silent


# Nunit
dotnet_diagnostic.NUnit1027.severity = silent
2 changes: 1 addition & 1 deletion src/BrazilCulture.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.Globalization;

namespace BrazilModels;
Expand Down

0 comments on commit b33cd03

Please sign in to comment.