Skip to content

Commit 8436d8e

Browse files
author
Prabha Kylasamiyer Sundara Rajan
committed
Made updates based on peer review feedback
Signed-off-by: Prabha Kylasamiyer Sundara Rajan <pkylasam@pkylasam-thinkpadp16vgen1.bengluru.csb>
1 parent 1f7bf75 commit 8436d8e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/topics/vscode/proc_vscode-analyzing-application-using-profiles.adoc

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
= Running an application analysis by using a profile
44

55
[role="_abstract"]
6-
To run a static code analysis of an application, you can use a profile that is created and managed by your architect in the {ProductShortName} Hub. The centralized configuration management standardizes the analysis configuration and custom rules across projects to produce a consistent result. This allows the architect to create and manage the necessary profiles, thereby simplifying the lifecycle of analysis configurations and rules. Migrators can run analyses either by using local profile configuration or by using profiles from the Hub.
6+
To run a static code analysis of an application, you can use a profile that is created and managed by your architect in the {ProductFullName} Hub. The centralized configuration management standardizes the analysis configuration and custom rules across projects to produce a consistent result. This allows the architect to create and manage the necessary profiles, thereby simplifying the lifecycle of analysis configurations and rules. Migrators can run analyses either by using local profile configuration or by using profiles from the Hub.
77

88
When you connect to the Hub from your Visual Studio Code instance, {ProductShortName} downloads the analysis profiles and custom rules present in the Hub to the `.konveyor/profiles` location in your hard disk. You can use the analysis profile that contains custom rules to perform analyses in your Visual Studio Code IDE environment. If you connect to the Hub, the profile configuration options in your IDE instance are disabled.
99

@@ -20,28 +20,28 @@ For more information about the support scope of Red Hat Technology Preview featu
2020

2121
.Prerequisites
2222

23-
* You opened a project written in one of the supported languages in your VS Code workspace.
23+
* You opened a project written in one of the supported languages in your Visual Studio Code workspace. {ProductShortName} can analyze source code written in `Java`, `C#`, `.NET`, `Node.js`, and `Python`.
2424
* An architect has configured an analysis profile in the Hub.
2525
2626
.Procedure
2727

2828
. Click the {mta-dl-plugin} extension and click *Open Analysis Panel*.
2929

30-
. Click *Configure Hub Settings* in settings (image:settings-icon.png[]).
30+
. In settings (image:settings-icon.png[]), click *Configure Hub Settings* .
3131

3232
. Configure the following settings on the *Hub Configuration* page:
3333
.. Enable *Hub*.
3434
.. Enter the {ProductShortName} user interface URL in the *Hub URL* field.
35-
.. Enable *Skip SSL certificate verification* if you want to connect to your Hub without verifying the local SSL certificate in the host.
36-
.. Toggle *Enable authentication* on to log in to your Hub.
35+
.. If you want to connect to your Hub without verifying the local SSL certificate in the host, enable *Skip SSL certificate verification*.
36+
.. Log in to the Hub by enabling the *Enable authentication* switch.
3737
.. Enter the username and password credentials of the {ProductShortName} user interface.
38-
.. Enable *Solution Server* to use the solution server to suggest resolutions for the issues in the source code.
39-
.. Enable *Profile Sync* to sync the profiles with the Hub. {ProductShortName} periodically downloads the latest version of the profiles from the Hub. {ProductShortName} does not update the profiles and rules if you do not sync the profiles with the Hub.
38+
.. To use the Solution Server to suggest resolutions for the issues in the source code, enable *Solution Server* .
39+
.. To sync the profiles with the Hub, enable *Profile Sync*. {ProductShortName} periodically downloads the latest version of the profiles from the Hub. {ProductShortName} does not update the profiles and rules if you do not sync the profiles with the Hub.
4040

4141
. Select a profile from the list on the *{ProductShortName} Analysis View* page.
4242
. Click *Run Analysis*.
4343

4444

4545
[role="_additional-resources"]
4646
.Additional resources
47-
* link:https://docs.redhat.com/en/documentation/migration_toolkit_for_applications/8.0/html/developer-lightspeed-guide/index[Configuring and using Developer Lightspeed for {ProductShortName}]
47+
* link:https://docs.redhat.com/en/documentation/migration_toolkit_for_applications/8.0/html/configuring_and_using_red_hat_developer_lightspeed_for_mta/index[Configuring and using Developer Lightspeed for {ProductShortName}]

0 commit comments

Comments
 (0)