Turn on substitutions and lint only added lines in style workflow (#4025)
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
This commit is contained in:
parent
ec648b8f83
commit
0c30dca2ec
|
@ -18,5 +18,5 @@ jobs:
|
|||
with:
|
||||
fail_on_error: false
|
||||
reporter: github-pr-check
|
||||
filter_mode: file
|
||||
filter_mode: added
|
||||
vale_flags: "--no-exit"
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue