Skip to content

Commit 39c797d

Browse files
committed
circleci: disable reviewdog for now
1 parent 91d5e78 commit 39c797d

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.circleci/config.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -29,21 +29,8 @@ jobs:
2929
# command: |
3030
# make coverage
3131
# bash <(curl -s https://codecov.io/bash)
32-
lint:
33-
<<: *golang
34-
steps:
35-
- checkout
36-
- run:
37-
name: Install dependencies and vendor
38-
command: |
39-
make dep
40-
- run:
41-
name: Run lint
42-
command: |
43-
make reviewdog
4432
workflows:
4533
version: 2
4634
build-workflow:
4735
jobs:
4836
- test
49-
- lint

0 commit comments

Comments
 (0)