Skip to content

Commit 3a7bcc1

Browse files
authored
Merge pull request #316 from protobom/dependabot/github_actions/actions-06c47a9d96
build(deps): bump golangci/golangci-lint-action from 6.3.1 to 6.5.0 in the actions group
2 parents a594b70 + eba0d4e commit 3a7bcc1

File tree

2 files changed

+1
-18
lines changed

2 files changed

+1
-18
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
2121
cache: false
2222

2323
- name: Run golangci-lint
24-
uses: golangci/golangci-lint-action@2e788936b09dd82dc280e845628a40d2ba6b204c # v6.3.1
24+
uses: golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837 # v6.5.0
2525
with:
2626
version: v1.61

.golangci.yaml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -88,20 +88,6 @@ linters:
8888
# - wrapcheck
8989
# - wsl
9090
linters-settings:
91-
depguard:
92-
list-type: blacklist
93-
include-go-root: true
94-
include-go-std-lib: true
95-
gci:
96-
no-inline-comments: false
97-
no-prefix-comments: true
98-
sections:
99-
- standard
100-
- default
101-
- prefix(github.com/protobom/protobom)
102-
103-
section-separators:
104-
- newLine
10591
godox:
10692
keywords:
10793
- BUG
@@ -154,9 +140,6 @@ linters-settings:
154140
nolintlint:
155141
# Enable to ensure that nolint directives are all used. Default is true.
156142
allow-unused: false
157-
# Disable to ensure that nolint directives don't have a leading space. Default is true.
158-
# TODO(lint): Enforce machine-readable `nolint` directives
159-
allow-leading-space: true
160143
# Exclude following linters from requiring an explanation. Default is [].
161144
allow-no-explanation: []
162145
# Enable to require an explanation of nonzero length after each nolint directive. Default is false.

0 commit comments

Comments
 (0)