Skip to content

Commit

Permalink
chnaging alert level to suggestion to test the vale action on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
abhatt-rh committed Nov 22, 2023
1 parent 7f62154 commit 93a7e69
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/vale-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: errata-ai/vale-action@reviewdog
with:
filter_mode: added
vale_flags: "--no-exit --minAlertLevel=error --glob=*.adoc"
vale_flags: "--no-exit --minAlertLevel=suggestion --glob=*.adoc"
reporter: github-pr-review
fail_on_error: false
env:
Expand Down
3 changes: 2 additions & 1 deletion content/contribute/creating-a-pattern.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ aliases: /creating-a-pattern/
:toc:
:imagesdir: /images
:_content-type: ASSEMBLY

include::modules/comm-attributes.adoc[]

The validated patterns community has relied on existing architectures that have been successfully deployed in an enterprise. The architecture itself is a best practice in assembling technologies and projects to provide a working solution. How that solution is deployed and managed is a different matter. It may have evolved over time and may have grown in its deployment such that ongoing maintenance is not sustainable.
The validated patterns community has relied on existing architectures that have been successfully deployed in an enterprise. The architecture itself is a best practice in assembling technologies and projects to provide a working solution. How that solution is deployed and managed is a different matter. It might have evolved over time and may have grown in its deployment such that ongoing maintenance is not sustainable.

Check warning on line 14 in content/contribute/creating-a-pattern.adoc

View workflow job for this annotation

GitHub Actions / Vale linter

[vale] reported by reviewdog 🐶 [RedHat.SimpleWords] Use simple language. Consider using 'give' or 'offer' rather than 'provide'. Raw Output: {"message": "[RedHat.SimpleWords] Use simple language. Consider using 'give' or 'offer' rather than 'provide'.", "location": {"path": "content/contribute/creating-a-pattern.adoc", "range": {"start": {"line": 14, "column": 212}}}, "severity": "INFO"}

Check warning on line 14 in content/contribute/creating-a-pattern.adoc

View workflow job for this annotation

GitHub Actions / Vale linter

[vale] reported by reviewdog 🐶 [RedHat.PassiveVoice] 'is deployed' is passive voice. In general, use active voice. Consult the style guide for acceptable use of passive voice. Raw Output: {"message": "[RedHat.PassiveVoice] 'is deployed' is passive voice. In general, use active voice. Consult the style guide for acceptable use of passive voice.", "location": {"path": "content/contribute/creating-a-pattern.adoc", "range": {"start": {"line": 14, "column": 258}}}, "severity": "INFO"}

Check warning on line 14 in content/contribute/creating-a-pattern.adoc

View workflow job for this annotation

GitHub Actions / Vale linter

[vale] reported by reviewdog 🐶 [RedHat.TermsWarnings] Consider using 'might' or 'can' rather than 'may' unless updating existing content that uses the term. Raw Output: {"message": "[RedHat.TermsWarnings] Consider using 'might' or 'can' rather than 'may' unless updating existing content that uses the term.", "location": {"path": "content/contribute/creating-a-pattern.adoc", "range": {"start": {"line": 14, "column": 341}}}, "severity": "WARNING"}

The validated patterns framework is much more of a best practice of structuring the various configuration assets and integrating with GitOps and DevOps tools.

Expand Down

0 comments on commit 93a7e69

Please sign in to comment.