Skip to content

Commit b729bce

Browse files
committed
Minor spellcheck config updates
Just keeping things in sync Signed-off-by: Tim Smith <tsmith84@gmail.com>
1 parent 779ff93 commit b729bce

File tree

5 files changed

+10
-6
lines changed

5 files changed

+10
-6
lines changed

.github/actions/spelling/excludes.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,3 @@
8383
^\.github/workflows/.*\.yaml
8484
_release_template_file.md
8585
ignore$
86-
ipinfo

.github/actions/spelling/line_forbidden.patterns

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
# Overly formal style
1212
#
1313

14+
# s.b. based on
15+
\bbased off of\b
16+
1417
# s.b. Whether
1518
\bIndicates whether\b
1619
\bIndicates if\b
@@ -59,8 +62,9 @@
5962
# s.b. NIS2
6063
\bNIS 2\b
6164

62-
# s.b. ISO 270001
63-
\bISO270001\b
65+
# s.b. ISO 27001
66+
\bISO27001\b
67+
\bISO 270001\b
6468

6569
#
6670
# Industry Terms

.github/actions/spelling/patterns.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,5 +144,3 @@ cnquery shell.*
144144
# Ip.Foo is an acceptable value
145145
Ip\..*
146146

147-
# FSx file system types
148-
\b(LUSTRE|WINDOWS|ONTAP|OPENZFS)\b

.github/actions/spelling/reject.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ Sorce
1313
\w*(?<!right-)click
1414
deets
1515
organisation
16+
asses
1617

.github/workflows/spell-check.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,14 @@ on:
77

88
permissions:
99
contents: read
10+
1011
jobs:
1112
spelling:
1213
name: Run spell check
1314
permissions:
15+
actions: read
1416
contents: read
1517
pull-requests: read
16-
actions: read
1718
outputs:
1819
followup: ${{ steps.spelling.outputs.followup }}
1920
runs-on: ubuntu-latest
@@ -39,6 +40,7 @@ jobs:
3940
cspell:software-terms/src/software-tools.txt
4041
cspell:k8s/dict/k8s.txt
4142
mondoo:mondoo_dictionary.txt
43+
cspell:software-terms/dict/softwareTerms.txt
4244
cspell:golang/dict/go.txt
4345

4446
comment:

0 commit comments

Comments
 (0)