Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
mv vale-styles-main/* vale-styles-main/.vale.ini .

- name: Run Vale.sh
uses: errata-ai/vale-action@reviewdog
uses: vale-cli/vale-action@v2
with:
reporter: github-check
filter_mode: added
6 changes: 5 additions & 1 deletion docs/discounts/discounts.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,13 @@

# Discounts

With the Discounts feature, store managers can reduce prices on specific products or categories for all or selected customers.
With the Discounts feature, store managers can redue prices on specific products or categories for all or selected customers.

Check failure on line 11 in docs/discounts/discounts.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/discounts/discounts.md#L11

[Ibexa.Spellcheck] Did you really mean 'redue'?
Raw output
{"message": "[Ibexa.Spellcheck] Did you really mean 'redue'?", "location": {"path": "docs/discounts/discounts.md", "range": {"start": {"line": 11, "column": 48}}}, "severity": "ERROR"}
After you install it, temporary or permanent discounts can be applied against items from the product catalog or cart.

There is something for everyone.

Simply use the word please.

Check warning on line 16 in docs/discounts/discounts.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/discounts/discounts.md#L16

[Ibexa.VerySimply] Avoid using 'Simply'.
Raw output
{"message": "[Ibexa.VerySimply] Avoid using 'Simply'.", "location": {"path": "docs/discounts/discounts.md", "range": {"start": {"line": 16, "column": 1}}}, "severity": "WARNING"}

Check notice on line 16 in docs/discounts/discounts.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/discounts/discounts.md#L16

[Ibexa.Please] Avoid using 'please', unless referring to an inconvenience for the user causes by an issue in the product.
Raw output
{"message": "[Ibexa.Please] Avoid using 'please', unless referring to an inconvenience for the user causes by an issue in the product.", "location": {"path": "docs/discounts/discounts.md", "range": {"start": {"line": 16, "column": 21}}}, "severity": "INFO"}

You can also extend the feature, for example, by creating custom pricing rules, application conditions, or changing discount priorities.

## Getting Started
Expand Down
Loading