You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 25, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: readme.md
+15-15Lines changed: 15 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -162,39 +162,39 @@ Specifying exceptions allows you to exclude specific scenarios from rule enforce
162
162
163
163
Follow these steps to set up your development environment:
164
164
165
-
0.**Deploy Flows(Optional):**test the rules against real flow metadata with a set of [example flows](./example-flows/force-app/main/default/flows) for demonstration purposes.
165
+
1.**Clone Repository:**Begin by cloning the Lightning Flow Scanner Core repository to your local machine:
1.**Clone Repository**: Begin by cloning the Lightning Flow Scanner Core repository to your local machine:
171
+
*(*Optional) Deploy Flows: test the rules against real flow metadata with a set of [example flows](./example-flows/force-app/main/default/flows) for demonstration purposes:\*
2.**Install Dependencies**: Navigate into the cloned repository directory and install the necessary dependencies using Yarn:
178
178
179
-
```bash
180
-
cd lightning-flow-scanner-core
181
-
npm install
182
-
```
179
+
```bash
180
+
cd lightning-flow-scanner-core
181
+
npm install
182
+
```
183
183
184
-
3.**Build**: Compile the TypeScript source files into JavaScript using the TypeScript compiler:
184
+
4.**Build**: Compile the TypeScript source files into JavaScript using the TypeScript compiler:
185
185
186
186
```bash
187
187
npm run build
188
188
```
189
189
190
190
This command generates the compiled JavaScript files in the `out` directory.
191
191
192
-
4.**Run Tests**: Ensure the module functions correctly by running the test suites:
192
+
5.**Run Tests**: Ensure the module functions correctly by running the test suites:
193
193
194
194
```bash
195
195
npm run test
196
196
```
197
197
198
198
This command uses Mocha to run tests located in the `tests` directory and provides feedback on the module's functionality.
199
199
200
-
5.**Debugging in IDE**: If needed, set up your integrated development environment (IDE) for debugging TypeScript code. Configure breakpoints, inspect variables, and step through the code to identify and resolve issues efficiently.
200
+
6.~~**Debugging in IDE**: If needed, set up your integrated development environment (IDE) for debugging TypeScript code. Configure breakpoints, inspect variables, and step through the code to identify and resolve issues efficiently.~~
0 commit comments