Skip to content

Commit a33e29b

Browse files
committed
Enable SA1000: Keywords should be spaced correctly
1 parent e0f870c commit a33e29b

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

.editorconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ dotnet_diagnostic.SA0001.severity = none
66
# SA0002: Invalid settings file
77
dotnet_diagnostic.SA0002.severity = suggestion
88

9-
# SA1000: Keywords should be spaced correctly
10-
dotnet_diagnostic.SA1000.severity = suggestion
11-
129
# SA1001: Commas should be spaced correctly
1310
dotnet_diagnostic.SA1001.severity = suggestion
1411

src/Dibix.Sdk.Sql/DacMetadataManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public static void SetIsEmbedded(string packagePath, bool value, int lockRetryCo
2626
throw new FileNotFoundException(null, packagePath);
2727

2828
int lockRetries = 0;
29-
while(true)
29+
while (true)
3030
{
3131
try
3232
{

0 commit comments

Comments
 (0)