File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 30
30
version : 3.x
31
31
32
32
- name : Spell check
33
- run : task check-spelling
33
+ run : task general: check-spelling
Original file line number Diff line number Diff line change 92
92
- task : docs:check
93
93
- task : config:check
94
94
- task : general:check-formatting
95
- - task : check-spelling
95
+ - task : general: check-spelling
96
96
- task : shell:check-mode
97
97
98
98
lint :
@@ -402,13 +402,13 @@ tasks:
402
402
cmds :
403
403
- npx prettier --write .
404
404
405
- check-spelling :
405
+ general: check-spelling :
406
406
desc : Check for commonly misspelled words
407
407
cmds :
408
408
- poetry install --no-root
409
409
- poetry run codespell
410
410
411
- correct-spelling :
411
+ general: correct-spelling :
412
412
desc : Correct commonly misspelled words where possible
413
413
cmds :
414
414
- poetry install --no-root
You can’t perform that action at this time.
0 commit comments