Skip to content

Commit

Permalink
Small doc update to trigger preview build
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet committed Sep 5, 2023
1 parent c46fe19 commit d3eeefe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/validation.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ If this default mechanism is not sufficient and you need a custom locale resolut

=== Validation groups for REST endpoint or service method validation

It's sometimes necessary to enable different validation constraints
It is sometimes necessary to enable different validation constraints
for the same class when it's passed to a different method.

Check warning on line 410 in docs/src/main/asciidoc/validation.adoc

View workflow job for this annotation

GitHub Actions / Linting with Vale

[vale] reported by reviewdog 🐶 [Quarkus.SentenceLength] Try to keep sentences to an average of 32 words or fewer. Raw Output: {"message": "[Quarkus.SentenceLength] Try to keep sentences to an average of 32 words or fewer.", "location": {"path": "docs/src/main/asciidoc/validation.adoc", "range": {"start": {"line": 410, "column": 50}}}, "severity": "INFO"}

For example, a `Book` may need to have a `null` identifier when passed to the `post` method

Check warning on line 412 in docs/src/main/asciidoc/validation.adoc

View workflow job for this annotation

GitHub Actions / Linting with Vale

[vale] reported by reviewdog 🐶 [Quarkus.Fluff] Depending on the context, consider using 'Rewrite the sentence, or use 'must', instead of' rather than 'need to'. Raw Output: {"message": "[Quarkus.Fluff] Depending on the context, consider using 'Rewrite the sentence, or use 'must', instead of' rather than 'need to'.", "location": {"path": "docs/src/main/asciidoc/validation.adoc", "range": {"start": {"line": 412, "column": 16}}}, "severity": "INFO"}
Expand Down

0 comments on commit d3eeefe

Please sign in to comment.