Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert xml rules to yaml for analyze #38

Merged
merged 1 commit into from
Aug 31, 2023

Conversation

eemcmullan
Copy link
Collaborator

@eemcmullan eemcmullan commented Aug 28, 2023

Closes #32

@pranavgaikwad
Copy link
Contributor

@eemcmullan CI is broken, sorry about that...please ignore

@pranavgaikwad pranavgaikwad self-requested a review August 31, 2023 18:37
}

func (a *analyzeCommand) ConvertXML(ctx context.Context) (string, error) {
tempDir, err := os.MkdirTemp("", "transform-rules-")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we check if a.rules is empty / nil here and not do anything if it is?

@pranavgaikwad pranavgaikwad merged commit 585ffcd into konveyor:main Aug 31, 2023
1 check passed
@eemcmullan eemcmullan deleted the custom-rules branch September 14, 2023 18:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Run shim by default in analyze command whenever custom rules are specified
2 participants