Skip to content

Commit 2f9ce15

Browse files
Resonance1584github-actions[bot]
authored andcommitted
chore: update golangci-lint config from upstream
1 parent 596aae7 commit 2f9ce15

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.golangci.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ linters:
2929
- goconst
3030
- gocritic
3131
- gosmopolitan
32+
- lll
3233
- loggercheck
3334
- makezero
3435
- misspell
@@ -102,7 +103,6 @@ linters:
102103
- dupl
103104
- errcheck
104105
- gocyclo
105-
- lll
106106
- mnd
107107
- unparam
108108
- wsl
@@ -111,6 +111,12 @@ linters:
111111
- linters:
112112
- dupl
113113
path: cli/flags/shared
114+
# Incrementally linting lines that are too long to ensure that
115+
# we don't have conflicts on every file in the codebase while
116+
# trying to get this merged in.
117+
- linters:
118+
- lll
119+
path-except: '^(internal/awshelper/|internal/cas/)'
114120
paths:
115121
- docs
116122
- _ci

0 commit comments

Comments
 (0)