Skip to content

Commit 75413a1

Browse files
authored
Spellcheck the query packs as well (#5638)
Now that these are in the repo we need to check them here Signed-off-by: Tim Smith <tsmith84@gmail.com>
1 parent 789fe87 commit 75413a1

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

.github/actions/spelling/expect.txt

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
ACCOUNTADMIN
2+
Adddays
23
atlassian
34
auditlog
45
Auths
@@ -10,12 +11,14 @@ bigquery
1011
bytematchstatement
1112
cavium
1213
cdn
14+
cea
1315
certificatechains
1416
cloudflare
1517
Clusterwide
1618
cmek
1719
cpe
1820
cryptokey
21+
CUSTOMERID
1922
customresources
2023
datapath
2124
DATAUSER
@@ -32,6 +35,7 @@ gcfs
3235
gcs
3336
geomatchstatement
3437
gistfile
38+
googleworkplace
3539
gpu
3640
gvnic
3741
headerorder
@@ -56,19 +60,20 @@ mcr
5660
messagestoragepolicy
5761
mfs
5862
mgroup
59-
Mpim
6063
mkey
64+
mpim
6165
natgateway
6266
networkinterface
6367
nmap
6468
nodegroup
69+
nodekey
6570
nodepool
6671
notebookinstancedetails
6772
nsrecord
6873
nullgroup
6974
nullstring
70-
nodekey
7175
opcplc
76+
openssh
7277
openssl
7378
orstatement
7479
PAYG
@@ -84,6 +89,7 @@ resourcegroup
8489
rtsp
8590
rulegroup
8691
rulegroupreferencestatement
92+
saas
8793
Sas
8894
scim
8995
scm
@@ -98,18 +104,19 @@ spo
98104
sqli
99105
sqlimatchstatement
100106
sqlserver
107+
tailscale
101108
targetgroup
102109
tde
103110
testutils
104111
timestream
105112
toplevel
106113
tpu
107-
tailscale
108114
usb
109115
vdcs
110116
virtualmachine
111117
Vtpm
112118
vulnerabilityassessmentsettings
113119
vulnmgmt
114120
wil
121+
xoxp
115122
xssmatchstatement

.github/actions/spelling/line_forbidden.patterns

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
\bDevops\b
7878

7979
# s.b. SaaS
80-
\b[Ss]aas\b
80+
# \b[Ss]aas\b # false positives in query packs
8181

8282
# s.b. Docker Hub
8383
\bDocker[Hh]ub\b

.github/actions/spelling/only.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
\.md$
22
\.lr$
3+
\.mql.yaml$

0 commit comments

Comments
 (0)