We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20d9bdf commit 02eee1bCopy full SHA for 02eee1b
2 files changed
.cspell.yml
@@ -67,6 +67,7 @@ ignoreWords:
67
- Rubyish
68
- rolldice
69
- codegen
70
+ - Dockerfiles
71
words:
72
- LOGRECORD
73
- traceid
@@ -78,3 +79,5 @@ words:
78
79
80
- linkspector
81
- SARIF
82
+ - bigdecimal
83
+ - confluentinc
.github/workflows/ci.yml
@@ -177,7 +177,7 @@ jobs:
177
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
178
- uses: streetsidesoftware/cspell-action@de2a73e963e7443969755b648a1008f77033c5b2 # v8.4.0
179
with:
180
+ use_cspell_files: true
181
config: .cspell.yml
182
suggestions: true
183
treat_flagged_words_as_errors: true
- incremental_files_only: false
0 commit comments