Skip to content

Commit

Permalink
rename golangci-lint config file
Browse files Browse the repository at this point in the history
Signed-off-by: Matthieu MOREL <[email protected]>
  • Loading branch information
mmorel-35 committed Apr 15, 2024
1 parent facfb95 commit 72d7b33
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion hack/lint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ golangci-lint cache status

# Enable GL_DEBUG line below for debug messages for golangci-lint
# export GL_DEBUG=loader,gocritic,env
CMD="golangci-lint run -c $HACK_DIR/../golangci.yaml"
CMD="golangci-lint run -c $HACK_DIR/../.golangci.yaml"
echo "Running $CMD"

eval $CMD

0 comments on commit 72d7b33

Please sign in to comment.