Skip to content

Commit

Permalink
chore: improve lint output
Browse files Browse the repository at this point in the history
  • Loading branch information
trim21 committed Oct 10, 2024
1 parent dd0be27 commit cf9d301
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 @@ -35,7 +35,7 @@ tasks:
silent: true
desc: Run 'golangci-lint'
cmds:
- golangci-lint --path-prefix "{{ .USER_WORKING_DIR }}" run --fix
- golangci-lint --path-prefix "{{ .TASKFILE_DIR }}" run --fix

test:
desc: Run mocked tests, need nothing.
Expand Down

0 comments on commit cf9d301

Please sign in to comment.