Skip to content

Commit fb0d757

Browse files
committed
chore(taskfile): delete lint:all and lint:soft tasks
Keep only `lint` now that we have a single lint config.
1 parent 1209cf0 commit fb0d757

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

Taskfile.yaml

-11
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,11 @@
33
version: '3'
44

55
tasks:
6-
lint:all:
7-
desc: Run all linters
8-
cmds:
9-
- task: lint
10-
- task: lint:soft
11-
126
lint:
137
desc: Run base linters
148
cmds:
159
- golangci-lint run
1610

17-
lint:soft:
18-
desc: Run soft linters
19-
cmds:
20-
- golangci-lint run --config=.golangci-soft.yml
21-
2211
test:
2312
desc: Run tests
2413
cmds:

0 commit comments

Comments
 (0)