Skip to content

Commit

Permalink
(maint) Fix code issues according to sonarcloud rules
Browse files Browse the repository at this point in the history
  • Loading branch information
AdmiringWorm committed Mar 20, 2020
1 parent 19a4664 commit 31986b0
Show file tree
Hide file tree
Showing 13 changed files with 450 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ csharp_style_var_for_built_in_types = true:warning
csharp_style_var_when_type_is_apparent = true:warning
csharp_style_var_elsewhere = true:suggestion
csharp_style_expression_bodied_methods = true:suggestion
csharp_style_expression_bodied_constructors = true:suggestion
csharp_style_expression_bodied_constructors = false:suggestion
csharp_style_expression_bodied_operators = true:suggestion
csharp_style_expression_bodied_properties = true:suggestion
csharp_style_expression_bodied_indexers = true:suggestion
Expand Down
15 changes: 15 additions & 0 deletions .sonarlint/Cake.Transifex.slconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"ServerUri": "https://sonarcloud.io/",
"Organization": {
"Key": "cake-contrib",
"Name": "Cake Contributions"
},
"ProjectKey": "Cake.Transifex",
"ProjectName": "Cake.Transifex",
"Profiles": {
"CSharp": {
"ProfileKey": "AW-AWl5fQ1MkeF54Xi90",
"ProfileTimestamp": "2020-01-07T15:13:24+01:00"
}
}
}
Loading

0 comments on commit 31986b0

Please sign in to comment.