Skip to content

Commit 8379743

Browse files
committed
Remove superfluous shell formatting check task
The `shell:check-formatting` task has no value to the developer, since they will be better off to just run the formatting task. The CI also doesn't make use of this task, instead taking the superior approach of running the formatting task and then checking for a diff. Since there is no use for this task, it should be removed.
1 parent 177621e commit 8379743

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Diff for: Taskfile.yml

-6
Original file line numberDiff line numberDiff line change
@@ -295,12 +295,6 @@ tasks:
295295
\)
296296
)
297297
298-
shell:check-formatting:
299-
desc: Format shell scripts
300-
cmds:
301-
# https://github.com/mvdan/sh#shfmt
302-
- shfmt -d .
303-
304298
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/check-shell-task/Taskfile.yml
305299
shell:format:
306300
desc: Format shell script files

0 commit comments

Comments
 (0)