File tree Expand file tree Collapse file tree 3 files changed +21
-0
lines changed Expand file tree Collapse file tree 3 files changed +21
-0
lines changed Original file line number Diff line number Diff line change
1
+ // Module included in the following assemblies:
2
+ //
3
+ // * docs/web-console-guide/master.adoc
4
+
5
+ :_content-type: PROCEDURE
6
+ [id="accessing-unmatched-rules_{context} "]
7
+ = Accessing unmatched rules
8
+
9
+ To access unmatched rules, you must run the analysis with enhanced logging enabled.
10
+
11
+ . Navigate to *Advanced* under *Application analysis* .
12
+ . Select *Options* .
13
+ . Check *Enhanced advanced analysis details* .
14
+
15
+ When you run an analysis:
16
+
17
+ . Navigate to analysis details and select the `issues.yaml` file.
18
+ . For each ruleset, there is an *unmatched* section that lists the rule IDs that do not find match rules.
19
+ +
20
+ image::unmatched-rules.png[unmatched rule IDs in issues.yaml]
Original file line number Diff line number Diff line change @@ -210,6 +210,7 @@ include::topics/proc_analyzing-an-application.adoc[leveloffset=+2]
210
210
include::topics/mta-web-configuring-and-running-an-application-analysis.adoc[leveloffset=+3]
211
211
//include::topics/proc_displaying-the-analysis-details.adoc[leveloffset=+3]
212
212
include::topics/mta-web-reviewing-an-analysis-report.adoc[leveloffset=+3]
213
+ include::topics/accessing-unmatched-rules.adoc[leveloffset=+3]
213
214
include::topics/mta-web-downloading-an-analysis-report.adoc[leveloffset=+3]
214
215
215
216
include::topics/mta-web-creating-custom-migration-targets.adoc[leveloffset=+2]
You can’t perform that action at this time.
0 commit comments