Skip to content

Commit

Permalink
fix: golangci-lint yamllint
Browse files Browse the repository at this point in the history
Signed-off-by: Matthieu MOREL <[email protected]>
  • Loading branch information
mmorel-35 committed Dec 5, 2024
1 parent da807d7 commit 71d55fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/.golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ issues:
# exclude ineffassing linter for generated files for conversion
- path: conversion\.go
linters: [ineffassign]
- text: "S1000" # TODO: Fix me
- text: "S1000" # TODO: Fix me
linters:
- gosimple
exclude-files:
Expand Down

0 comments on commit 71d55fe

Please sign in to comment.