Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OCPBUGS-29188: fix: resolve PV name via Symlink before comparing to KName #571

Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
chore: pre commit adjustments
  • Loading branch information
jakobmoellerdev committed Feb 8, 2024
commit 03ea2e34a4408b2b1980c33b9ba92b52a53d9f86
5 changes: 3 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -50,16 +50,17 @@ repos:
exclude: ^vendor/

- repo: https://github.com/golangci/golangci-lint
rev: v1.55.2
rev: v1.56.0
hooks:
- id: golangci-lint
entry: golangci-lint run --fix
args:
- "--modules-download-mode=vendor"
- "--timeout=10m"
- "--timeout=20m"
types: [go]
language: golang
require_serial: true
pass_filenames: false
- repo: https://github.com/codespell-project/codespell
rev: v2.2.6
hooks: