Skip to content

Commit

Permalink
Simplify editorconfig task
Browse files Browse the repository at this point in the history
  • Loading branch information
dpassen committed Jul 26, 2023
1 parent e359b6e commit 3a0dfc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ tasks:

editorconfig:
desc: Check for editorconfig violations using editorconfig-checker
cmd: git ls-files | xargs editorconfig-checker
cmd: editorconfig-checker

install:
desc: Install locally
Expand Down

0 comments on commit 3a0dfc0

Please sign in to comment.