Skip to content

Commit

Permalink
chore(ci): update golangci-lint use colored-line-number option, fix s…
Browse files Browse the repository at this point in the history
…tale issues description
  • Loading branch information
cbrgm committed Jun 15, 2024
1 parent 1c5af59 commit 6d0d26f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .anvil.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"generated_at": "2024-06-04T17:09:38.054262742Z",
"version": "1.2.15",
"generated_at": "2024-06-15T22:09:05.249649017Z",
"version": "1.2.16",
"files": [
{
"path": ".editorconfig"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Setting issue as idle
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'
stale-issue-message: "This issue is idle because it has been open for 14 days with no activity."
stale-issue-message: "This issue is idle because it has been open for 90 days with no activity."
stale-issue-label: idle
days-before-stale: 90
days-before-close: -1
Expand All @@ -21,7 +21,7 @@ jobs:
name: Setting PR as idle
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'
stale-pr-message: "This PR is idle because it has been open for 14 days with no activity."
stale-pr-message: "This PR is idle because it has been open for 90 days with no activity."
stale-pr-label: idle
days-before-stale: 90
days-before-close: -1
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ vet:

.PHONY: lint
lint:
golangci-lint run --out-format=github-actions --timeout 5m
golangci-lint run --out-format=colored-line-number --timeout 5m

.PHONY: generate
generate:
Expand Down

0 comments on commit 6d0d26f

Please sign in to comment.