Replies: 3 comments 2 replies
-
Hi Good news 👍
AS ISRun testifylint on Repo: https://github.com/eksctl-io/eksctl got output
TO BERun testifylint on Repo: https://github.com/eksctl-io/eksctl Output...
|
Beta Was this translation helpful? Give feedback.
-
Also, how to change linter configuration? I propose the full featured runs:
|
Beta Was this translation helpful? Give feedback.
-
I have publish the repo as a github action https://github.com/marketplace/actions/go-linter-runner the linter config yaml can be workdir: '.'
install_command: go install github.com/Antonboom/testifylint@latest
linter_command: testifylint --enable-all --formatter.require-f-funcs
includes: []
excludes: []
issue_id: 0 the issue comment now is the expect style Run Got total 2 line output in action: https://github.com/alingse/go-linter-runner/actions/runs/9732143542 Expand
Report issue: https://github.com/kedacore/keda/issues Any bug report or advice is welcome. |
Beta Was this translation helpful? Give feedback.
-
A few weeks ago, I noticed a new project
https://github.com/alingse/go-linter-runner/
I found it interesting, I contacted @alingse
He created an issue to launch testifylint on biggest Go projects
alingse/go-linter-runner#2
Apparently, he started working on it.
The result are impressive, there is so much error in public code base.
Beta Was this translation helpful? Give feedback.
All reactions