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 3030 version : 3.x
3131
3232 - name : Spell check
33- run : task check-spelling
33+ run : task general: check-spelling
Original file line number Diff line number Diff line change 9292 - task : docs:check
9393 - task : config:check
9494 - task : general:check-formatting
95- - task : check-spelling
95+ - task : general: check-spelling
9696 - task : shell:check-mode
9797
9898 lint :
@@ -402,13 +402,13 @@ tasks:
402402 cmds :
403403 - npx prettier --write .
404404
405- check-spelling :
405+ general: check-spelling :
406406 desc : Check for commonly misspelled words
407407 cmds :
408408 - poetry install --no-root
409409 - poetry run codespell
410410
411- correct-spelling :
411+ general: correct-spelling :
412412 desc : Correct commonly misspelled words where possible
413413 cmds :
414414 - poetry install --no-root
You can’t perform that action at this time.
0 commit comments