File tree 3 files changed +29
-1
lines changed
3 files changed +29
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Every request must be reviewed and accepted by:
2
2
3
- * @ felangel @ jorgecoca
3
+ * @ felangel @ renancaraujo @ wolfenrain
Original file line number Diff line number Diff line change
1
+ {
2
+ "version" : " 0.2" ,
3
+ "$schema" : " https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json" ,
4
+ "dictionaries" : [" vgv_allowed" , " vgv_forbidden" ],
5
+ "dictionaryDefinitions" : [
6
+ {
7
+ "name" : " vgv_allowed" ,
8
+ "path" : " https://raw.githubusercontent.com/verygoodopensource/very_good_dictionaries/main/allowed.txt" ,
9
+ "description" : " Allowed VGV Spellings"
10
+ },
11
+ {
12
+ "name" : " vgv_forbidden" ,
13
+ "path" : " https://raw.githubusercontent.com/verygoodopensource/very_good_dictionaries/main/forbidden.txt" ,
14
+ "description" : " Forbidden VGV Spellings"
15
+ }
16
+ ],
17
+ "useGitignore" : true ,
18
+ "words" : [
19
+ ]
20
+ }
Original file line number Diff line number Diff line change 53
53
with :
54
54
path : ' ./fixtures/lcov.95.info'
55
55
exclude : ' **/whatever.dart **/*_observer.dart **/does_not_matter.dart'
56
+
57
+ spell-check :
58
+ uses : VeryGoodOpenSource/very_good_workflows/.github/workflows/spell_check.yml@v1
59
+ with :
60
+ includes : |
61
+ **/*.md
62
+ .*/**/*.md
63
+ modified_files_only : false
You can’t perform that action at this time.
0 commit comments