-
Notifications
You must be signed in to change notification settings - Fork 30
MTA-1097 Windup feature parity #872
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
base: main
Are you sure you want to change the base?
Changes from 14 commits
428ece8
daf975d
e01775f
d621606
857aa8b
549b0c6
5404b97
a920d61
d6ddabb
cf507a9
490bde8
db3612a
d797c63
b4ba9e1
7f746a9
b743347
335d8bc
71787c6
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -12,4 +12,20 @@ You can fork and clone the {ProductShortName} XML rules on your local machine. | |
|
|
||
| Rules are grouped by target platform and function. When you create a new rule, it is helpful to find a rule that is similar to the one you need and use it as a starting template. | ||
|
|
||
| New rules are continually added, so it is a good idea to check back frequently to review the updates. | ||
| New XML rules are occasionally added, so it is a good idea to check back frequently to review the updates. | ||
|
|
||
| NOTE | ||
|
HagayVider1 marked this conversation as resolved.
Outdated
|
||
| .YAML rules | ||
| ==== | ||
| .Existing {ProductShortName} rules `.yaml` files | ||
|
|
||
| XML rules are in the process of being replaced with newer YAML rules. | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 💡 RedHat.PassiveVoice 1(32-46) 'being replaced' is passive voice. In general, use active voice. Consult the style guide for acceptable use of passive voice. |
||
|
|
||
| Most of the `.xml` rules files have been converted to comparable `.yaml` rule files. | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 💡 RedHat.PassiveVoice 3(36-50) 'been converted' is passive voice. In general, use active voice. Consult the style guide for acceptable use of passive voice. |
||
|
|
||
| These YAML-based rules are located on GitHub at the following location: link:https://github.com/konveyor/rulesets/tree/main/default/generated[https://github.com/konveyor/rulesets/tree/main/default/generated]. | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 💡 RedHat.PassiveVoice 5(23-34) 'are located' is passive voice. In general, use active voice. Consult the style guide for acceptable use of passive voice. |
||
|
|
||
| The rules are numbered and grouped according to target platform. When you create a new rule, it is helpful to find a rule that is similar to the one you need and use it as a starting template. | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 💡 RedHat.PassiveVoice 7(10-22) 'are numbered' is passive voice. In general, use active voice. Consult the style guide for acceptable use of passive voice. |
||
|
|
||
| New YAML rules are continuously added, so it is a good idea to check back frequently to review the updates. | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 💡 RedHat.SimpleWords 9(74-84) Use simple language. Consider using 'often' rather than 'frequently'. |
||
| ==== | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,26 @@ | ||
| // Module included in the following assemblies: | ||
|
HagayVider1 marked this conversation as resolved.
|
||
| // | ||
| // * docs/rules-development-guide/master.adoc | ||
|
|
||
| :_content-type: PROCEDURE | ||
| [id="open-yaml-rule_{context}"] | ||
| = Using existing YAML rules | ||
|
|
||
| You can open and edit existing {ProductShortName} YAML-based rule. This assumes that you have already installed {ProductShortName}. See link:{ProductDocUserGuideURL}/index#installing_and_running_the_cli[Installing and running the CLI] in the _{UserCLIBookName}_ for installation instructions. | ||
|
|
||
| To access the repository of YAML rule files, you must fork and clone an existing rule from the Red Hat Konveyor rules repository. | ||
|
|
||
| [id="yaml-rules-repository_{context}"] | ||
| == Replicate YAML rules library | ||
|
|
||
| You can fork and clone the {ProductShortName} YAML rule files on your local machine. | ||
|
|
||
| The YAML-based rules are located on GitHub at the following location: link:https://github.com/konveyor/rulesets/tree/main/default/generated[https://github.com/konveyor/rulesets/tree/main/default/generated]. | ||
|
|
||
| The rules are numbered and grouped according to target platform. When you create a new rule, it is helpful to find a rule that is similar to the one you need and use it as a starting template. | ||
|
|
||
| New YAML rules are continuously added, so it is a good idea to check back frequently to review the updates. | ||
|
|
||
|
|
||
|
|
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have you checked your preview?