Skip to content

Commit

Permalink
πŸ’©πŸ‘Œ make lint happy
Browse files Browse the repository at this point in the history
  • Loading branch information
fumiama committed Aug 6, 2021
1 parent fcc92b6 commit a0da37d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/suggester.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: golangci-lint
name: Lint
on: [pull_request]
jobs:
golangci:
Expand All @@ -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
Expand Down

0 comments on commit a0da37d

Please sign in to comment.