Skip to content

Commit

Permalink
Merge pull request #19013 from mmorel-35/fix-golangcilint-yaml
Browse files Browse the repository at this point in the history
fix: golangci-lint yamllint
  • Loading branch information
ahrtr authored Dec 5, 2024
2 parents da807d7 + 71d55fe commit c1171da
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 c1171da

Please sign in to comment.