Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xiwenc authored Apr 2, 2024
1 parent 9995577 commit 42b47be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ It's advisable to add the `mendix-cli` file to your `.gitignore` file. This way
- copy `policies` directory to your project directory
- run `./mendix-cli lint --xunit-report=report.xml`

You will see a report in the terminal and a report in the `report.xml` file. The report is in xUnit format. You can use it in your CI/CD pipeline.
You will see a summary of the policy evaluations in the terminal and a report in the `report.xml` file. The report is in xUnit format. You can use it in your CI/CD pipeline.

Do you want to create your own policies? Please refer to our guide [Create new policy](./docs/create-new-policy.md)

Expand Down

0 comments on commit 42b47be

Please sign in to comment.