Skip to content

Commit

Permalink
Turn on substitutions and lint only added lines in style workflow (#4025
Browse files Browse the repository at this point in the history
)

Signed-off-by: Fanit Kolchina <[email protected]>
  • Loading branch information
kolchfa-aws authored May 5, 2023
1 parent ec648b8 commit 0c30dca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/vale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ jobs:
with:
fail_on_error: false
reporter: github-pr-check
filter_mode: file
filter_mode: added
vale_flags: "--no-exit"
2 changes: 1 addition & 1 deletion .vale.ini
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ OpenSearch.SpacingSlash = NO
OpenSearch.SpacingWords = NO
OpenSearch.Spelling = YES
OpenSearch.StackedHeadings = NO
OpenSearch.SubstitutionsError = NO
OpenSearch.SubstitutionsError = YES
OpenSearch.SubstitutionsSuggestion = NO
OpenSearch.TableHeadings = NO
OpenSearch.TimeoutNoun = NO
Expand Down

0 comments on commit 0c30dca

Please sign in to comment.