forked from konveyor/tackle2-seed
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🐛 reconcile with ruleset (konveyor#52) (konveyor#53)
Signed-off-by: Pranav Gaikwad <pgaikwad@redhat.com>
- Loading branch information
1 parent
7b0e7d4
commit 1240ebd
Showing
43 changed files
with
1,114 additions
and
229 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 5 additions & 7 deletions
12
resources/rulesets/dotnet8/example.yaml → resources/rulesets/dotnet/example.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,12 @@ | ||
- category: mandatory | ||
customVariables: [] | ||
description: MVC Method names have changed from .NET Framework | ||
effort: 1 | ||
labels: | ||
- konveyor.io/source=dotnetframework | ||
message: |- | ||
HttpNotFound was replaced with NotFound in .NET Core | ||
- konveyor.io/target=dotnet8 | ||
message: HttpNotFound was replaced with NotFound in .NET Core | ||
ruleID: removed-dotnet-framework-00000 | ||
when: | ||
or: | ||
- dotnet.referenced: | ||
pattern: "HttpNotFound" | ||
namespace: "System.Web.Mvc" | ||
dotnet.referenced: | ||
pattern: "HttpNotFound" | ||
namespace: "System.Web.Mvc" |
Oops, something went wrong.