Commit 98e4987 1 parent ba37926 commit 98e4987 Copy full SHA for 98e4987
File tree 2 files changed +12
-16
lines changed
2 files changed +12
-16
lines changed Original file line number Diff line number Diff line change 56
56
files : ${{ steps.changed-files.outputs.all_changed_and_modified_files }}
57
57
separator : ' '
58
58
version : ' 2.27.0'
59
+ filter_mode : added
59
60
60
61
- name : Post summary comment if Vale warnings found
61
62
if : ${{ steps.vale-lint.outputs.github_check.conclusion != 'success' }}
Original file line number Diff line number Diff line change
1
+ # LatinAbbreviations.yml
1
2
extends : substitution
2
- message : " Avoid latin abbreviations: '%s'. Consider using '%s' instead."
3
+ message : " Avoid Latin abbreviations: '%s'. Consider using '%s' instead."
3
4
level : warning
4
5
5
6
swap :
6
- - e.g. : for example
7
- - eg : for example
8
- - e.g : for example
9
- - i.e. : for example
10
- - i.e. : that is
11
- - etc. : and so on
12
- - N.B. : Note
13
-
14
- action :
15
- name : replace
16
- params :
17
- - for example
18
- - that is
19
- - and so on
20
- - Note
7
+ ' e.g. ' : ' for example'
8
+ ' e.g ' : ' for example'
9
+ ' eg ' : ' for example'
10
+ ' i.e. ' : ' that is'
11
+ ' i.e ' : ' that is'
12
+ ' etc. ' : ' and so on'
13
+ ' etc ' : ' and so on'
14
+ ' N.B. ' : ' Note'
15
+ ' NB ' : ' Note'
You can’t perform that action at this time.
0 commit comments