Skip to content

Commit 02eee1b

Browse files
update cspell
1 parent 20d9bdf commit 02eee1b

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.cspell.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ ignoreWords:
6767
- Rubyish
6868
- rolldice
6969
- codegen
70+
- Dockerfiles
7071
words:
7172
- LOGRECORD
7273
- traceid
@@ -78,3 +79,5 @@ words:
7879

7980
- linkspector
8081
- SARIF
82+
- bigdecimal
83+
- confluentinc

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ jobs:
177177
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
178178
- uses: streetsidesoftware/cspell-action@de2a73e963e7443969755b648a1008f77033c5b2 # v8.4.0
179179
with:
180+
use_cspell_files: true
180181
config: .cspell.yml
181182
suggestions: true
182183
treat_flagged_words_as_errors: true
183-
incremental_files_only: false

0 commit comments

Comments
 (0)