Skip to content

Commit

Permalink
fix: trim newlines from files reading by secrets
Browse files Browse the repository at this point in the history
Signed-off-by: Jan-Otto Kröpke <[email protected]>
  • Loading branch information
jkroepke committed Nov 6, 2024
1 parent 5de32e7 commit 3a4e7d8
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,24 @@ issues:
- gocyclo

linters-settings:
gosec:
excludes:
- G101 # Potential hardcoded credentials
sloglint:
no-mixed-args: true
kv-only: false
attr-only: true
no-global: "all"
context: "scope"
static-msg: false
no-raw-keys: false
key-naming-case: snake
forbidden-keys:
- time
- level
- msg
- source
args-on-sep-lines: true
varnamelen:
ignore-names:
- tt
Expand Down

0 comments on commit 3a4e7d8

Please sign in to comment.