Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(ci): update golangci-lint use colored-line-number option, fix stale issues description #49

Merged
merged 1 commit into from
Jun 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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:22.127411759Z",
"version": "1.2.15",
"generated_at": "2024-06-15T22:08:44.611186094Z",
"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