We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c2efd1 commit a8cf287Copy full SHA for a8cf287
3 files changed
.github/workflows/labeler.yml
@@ -17,7 +17,7 @@ jobs:
17
18
steps:
19
- name: Checkout Code
20
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
21
22
- name: Run Labeler
23
uses: crazy-max/ghaction-github-labeler@v5
.github/workflows/release.yml
with:
fetch-depth: 0
.golangci.yml
@@ -127,6 +127,9 @@ linters:
127
- name: cyclomatic
128
disabled: true # cyclop does this
129
130
+ - name: enforce-switch-style
131
+ disabled: true # exhaustive handles this
132
+
133
- name: exported
134
arguments:
135
- checkPrivateReceivers
0 commit comments