Skip to content

Commit

Permalink
refactor: rename lint config
Browse files Browse the repository at this point in the history
  • Loading branch information
Broderick-Westrope committed Aug 19, 2024
1 parent 96bd924 commit 3dbb76d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ tasks:
aliases: [l]
sources:
- './**/*.go'
- .golangci.yml
- .golangci.yaml
cmds:
- golangci-lint run

lint:fix:
desc: Runs golangci-lint and fixes any issues
sources:
- './**/*.go'
- .golangci.yml
- .golangci.yaml
cmds:
- golangci-lint run --fix

Expand Down

0 comments on commit 3dbb76d

Please sign in to comment.