Skip to content

Commit 5d10450

Browse files
authored
dev: clean configuration, documentation, and code (#1911)
* Remove dead code related to golangci.com * remove old build tags * stale bot: remove bug label from `exemptLabels` * order `gitignore` entries alphabetically * doc: order `linters-settings` alphabetically * remove obsolete exclude rule * release: add docs prefix to skip the commit in the changelog
1 parent 93df6f7 commit 5d10450

File tree

8 files changed

+116
-88
lines changed

8 files changed

+116
-88
lines changed

.github/stale.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ daysUntilClose: 30
88
exemptLabels:
99
- pinned
1010
- security
11-
- bug
1211
- blocked
1312
- protected
1413
- triaged
@@ -23,4 +22,4 @@ markComment: >
2322
for your contributions.
2423
2524
# Comment to post when closing a stale issue. Set to `false` to disable
26-
closeComment: false
25+
closeComment: false

.github/workflows/post-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ jobs:
3838
base: master
3939
token: ${{ secrets.GOLANGCI_LINT_TOKEN }}
4040
branch-suffix: timestamp
41-
title: "Update documentation and assets"
41+
title: "docs: Update documentation and assets"
4242
team-reviewers: golangci/team
4343
delete-branch: true

.gitignore

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
/*.txt
1+
*.test
2+
.DS_Store
23
/*.pdf
34
/*.pprof
4-
/dist/
5-
/tools/dist/
5+
/*.txt
66
/.idea/
7-
/test/path
7+
/.vscode/
8+
/dist/
89
/golangci-lint
10+
/test/path
911
/tools/Dracula.itermcolors
12+
/tools/dist/
1013
/tools/godownloader
1114
/tools/goreleaser
1215
/tools/node_modules
1316
/tools/svg-term
1417
/vendor/
15-
/.vscode/
16-
*.test
17-
.DS_Store
1818
coverage.out
19-
coverage.xml
19+
coverage.xml

0 commit comments

Comments
 (0)