Skip to content

Commit

Permalink
dev: clean configuration, documentation, and code (#1911)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
ldez committed Apr 14, 2021
1 parent 93df6f7 commit 5d10450
Show file tree
Hide file tree
Showing 8 changed files with 116 additions and 88 deletions.
3 changes: 1 addition & 2 deletions .github/stale.yml
Expand Up @@ -8,7 +8,6 @@ daysUntilClose: 30
exemptLabels:
- pinned
- security
- bug
- blocked
- protected
- triaged
Expand All @@ -23,4 +22,4 @@ markComment: >
for your contributions.
# Comment to post when closing a stale issue. Set to `false` to disable
closeComment: false
closeComment: false
2 changes: 1 addition & 1 deletion .github/workflows/post-release.yml
Expand Up @@ -38,6 +38,6 @@ jobs:
base: master
token: ${{ secrets.GOLANGCI_LINT_TOKEN }}
branch-suffix: timestamp
title: "Update documentation and assets"
title: "docs: Update documentation and assets"
team-reviewers: golangci/team
delete-branch: true
16 changes: 8 additions & 8 deletions .gitignore
@@ -1,19 +1,19 @@
/*.txt
*.test
.DS_Store
/*.pdf
/*.pprof
/dist/
/tools/dist/
/*.txt
/.idea/
/test/path
/.vscode/
/dist/
/golangci-lint
/test/path
/tools/Dracula.itermcolors
/tools/dist/
/tools/godownloader
/tools/goreleaser
/tools/node_modules
/tools/svg-term
/vendor/
/.vscode/
*.test
.DS_Store
coverage.out
coverage.xml
coverage.xml

0 comments on commit 5d10450

Please sign in to comment.