Skip to content

Commit

Permalink
[housekeeping] Automated PR to fix formatting errors (#2218)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Sep 19, 2024
1 parent b9c7854 commit eeff00e
Show file tree
Hide file tree
Showing 7 changed files with 34 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ public Task VerifyErrorsWhenMissingUseMauiCommunityToolkit()
{
return useCommunityToolkitInitializationAnalyzerTests.VerifyErrorsWhenMissingUseMauiCommunityToolkit();
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ public Task VerifyErrorsWhenMissingUseMauiCommunityToolkitCamera()
{
return useCommunityToolkitCameraInitializationAnalyzerTests.VerifyErrorsWhenMissingUseMauiCommunityToolkitCamera();
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ public Task VerifyErrorsWhenMissingUseMauiCommunityToolkitMediaElement()
{
return useCommunityToolkitMediaElementInitializationAnalyzerTests.VerifyErrorsWhenMissingUseMauiCommunityToolkitMediaElement();
}
}
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
### New Rules

Rule ID | Category | Severity | Notes
--------|----------|----------|--------------------
--------|----------|----------|--------------------

### Changed Rules

Rule ID | New Category | New Severity | Old Category | Old Severity | Notes
--------|--------------|--------------|--------------|--------------|-------
MCT001 | Initialization | Error | Usage | Error | UseCommunityToolkitInitializationAnalyzer
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
### New Rules

Rule ID | Category | Severity | Notes
--------|----------|----------|--------------------
--------|----------|----------|--------------------

### Changed Rules

Rule ID | New Category | New Severity | Old Category | Old Severity | Notes
--------|--------------|--------------|--------------|--------------|-------
MCTC001 | Initialization | Error | Usage | Error | UseCommunityToolkitCameraInitializationAnalyzer
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
### New Rules

Rule ID | Category | Severity | Notes
--------|----------|----------|--------------------
--------|----------|----------|--------------------

### Changed Rules

Rule ID | New Category | New Severity | Old Category | Old Severity | Notes
--------|--------------|--------------|--------------|--------------|-------
MCTME001 | Initialization | Error | Usage | Error | UseCommunityToolkitMediaElementInitializationAnalyzer
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
### New Rules

Rule ID | Category | Severity | Notes
--------|----------|----------|--------------------
--------|----------|----------|--------------------

### Changed Rules

Rule ID | New Category | New Severity | Old Category | Old Severity | Notes
--------|--------------|--------------|--------------|--------------|-------
MCTSG001 | TextColorTo | Warning | Usage | Warning | TextColorToDiagnostic
MCTSG002 | TextColorTo | Error | Usage | Error | TextColorToDiagnostic
MCTSG003 | TextColorTo | Info | Usage | Info | TextColorToDiagnostic
MCTSG004 | TextColorTo | Info | Usage | Info | TextColorToDiagnostic

0 comments on commit eeff00e

Please sign in to comment.