+# See https://github.com/check-spelling/check-spelling/wiki/Configuration-Examples:-excludes
# want to include regression-tests.*/description
+(?:^|/)(?i)COPYRIGHT
+(?:^|/)(?i)LICEN[CS]E
(?:^|/)ext/
(?:^|/)go\.mod$
(?:^|/)go\.sum$
(?:^|/)m4/
+(?:^|/)package(?:-lock|)\.json$
(?:^|/)package-lock\.json$
(?:^|/)requirements\.txt$
+(?:^|/)vendor/
/expected_result
/test-base64_cc\.cc$
/test-dnsrecords_cc\.cc$
SUMS$
\.ai$
\.asc$
+\.avi$
\.bmp$
\.cer$
\.class$
\.map$
\.min\..
\.mmdb$
+\.mod$
\.mp3$
\.mp4$
+\.mp[34]$
\.nsec3(?:-optout|)$
\.otf$
\.pdf$
\.tar$
\.tgz$
\.ttf$
+\.wav$
\.woff
\.xcf$
\.xls
-<<<<<<< HEAD
->>>>>>> c1c09a002 (Upgrade check-spelling to v0.0.18)
aaaarecord
aae
aaldering
basepath
Bastiaan
bayour
-bbbb
bbc
bbd
bdd
protobuf
protozero
providername
+proxyprotocol
proxyprotocolvalues
pseudonymize
pseudorecord
+# See https://github.com/check-spelling/check-spelling/wiki/Configuration-Examples:-patterns
+
# GitHub SHAs
\bapi.github\.com/repos/[^/]+/[^/]+/[^/]+/[0-9a-f]+\b
(?:\[[0-9a-f]+\]\(https:/|)/github\.com/[^/]+/[^/]+/[^/]+/[0-9a-f]+(?:[-0-9a-zA-Z/#.]*|)\b
addNSECRecordToLW.*DNSName.*powerdnt.com.*QType::NS.*res->d_records
data:[a-zA-Z=;,/0-9+]+
BOOST_CHECK_EQUAL\(b64, "[a-zA-Z=;,/0-9+]+"
-\b([A-Za-z])\1{3,}\b
+
+# ignore long runs of a single character:
+\b([A-Za-z])\g{-1}{3,}\b
+
C(?:XX|)FLAGS="[^"]*"
nsec3param\s*=\s*'[^']*'
--- /dev/null
+^attache$
+benefitting
+occurence
+Sorce
+^[Ss]pae
+^untill
+^wether
+# spelling.yml is blocked per https://github.com/check-spelling/check-spelling/security/advisories/GHSA-g86g-chm8-7r2p
name: Spell checking
on:
push:
runs-on: ubuntu-latest
steps:
- name: checkout-merge
- if: false
- uses: actions/checkout@v2.0.0
+ if: "contains(github.event_name, 'pull_request')"
+ uses: actions/checkout@v2
with:
ref: refs/pull/${{github.event.pull_request.number}}/merge
- name: checkout
- if: false
- uses: actions/checkout@v2.0.0
- - uses: check-spelling/check-spelling@v0.0.18
+ if: ${{ github.event_name == 'push' }}
+ uses: actions/checkout@v2
+ - uses: check-spelling/check-spelling@v0.0.19
+ id: spelling
with:
config: .github/actions/spell-check