Skip to content

Commit

Permalink
experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
northdpole committed Jan 27, 2025
1 parent 40a9b8e commit 5a2818d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ jobs:
- name: Lint
env:
REVIEWDOG_GITHUB_API_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
run: make lint
run: make lint; echo $?
5 changes: 3 additions & 2 deletions .reviewdog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ runner:

go/revive:
cmd: revive -config revive.toml $(go list ./...)
errorformat:
- '%f:%l:%c: %m'
format: golint
# errorformat:
# - '%f:%l:%c: %m'

go/containedctx:
cmd: go vet -vettool=$(which containedctx) $(go list ./... | grep -v github.com/smithy-security/smithy/api/proto)
Expand Down

0 comments on commit 5a2818d

Please sign in to comment.