Open jmle opened 1 month ago
This issue is currently awaiting triage.
If contributors determine this is a relevant issue, they will accept it by applying the triage/accepted
label and provide further guidance.
The triage/accepted
label can be added by org members.
Potentially we could ignore folders with certain names like data
when recursively walking through the directories, at least once we have settled on a convention for dir names?
Is there an existing issue for this?
Konveyor version
0.5.3
Priority
Critical
Current Behavior
When specifying a custom rules directory in the command line with
--rule
, if the directory has also a folder with application data, ie the Coolstore app, the rule is not properly picked up:If I remove the
test-data
directory, the rule works again.Also, many tmp folders are created for some reason:
Expected Behavior
Kantra (and/or the analyzer) should be able to search in a folder recursively for rules, ignoring everything that is not a rule, and the rule should be properly processed.
How Reproducible
Always (Default)
Steps To Reproduce
--rules <folder>
and the proper targets.Environment
Anything else?
No response