mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2025-12-19 05:30:07 +08:00
💩👌 make lint happy
This commit is contained in:
parent
fcc92b698f
commit
a0da37d53b
4
.github/workflows/suggester.yml
vendored
4
.github/workflows/suggester.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: golangci-lint
|
||||
name: Lint
|
||||
on: [pull_request]
|
||||
jobs:
|
||||
golangci:
|
||||
@ -16,7 +16,7 @@ jobs:
|
||||
# working-directory: somedir
|
||||
|
||||
# Optional: golangci-lint command line arguments.
|
||||
args: -e "^Warning:.*"
|
||||
args: -e ".*Warning:.*"
|
||||
|
||||
# Optional: show only new issues if it's a pull request. The default value is `false`.
|
||||
# only-new-issues: true
|
||||
|
||||
Loading…
Reference in New Issue
Block a user