Skip to content

Commit

Permalink
Merge pull request containers#22913 from l0rd/winmake-install-target
Browse files Browse the repository at this point in the history
New Windows makefile (winmake.ps1) targets and Windows build documentation update
  • Loading branch information
openshift-merge-bot[bot] authored Jun 6, 2024
2 parents 37663cb + dcec81e commit 7ff1494
Show file tree
Hide file tree
Showing 5 changed files with 670 additions and 187 deletions.
8 changes: 5 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@ repos:
- repo: https://github.com/pre-commit/pre-commit-hooks.git
rev: v3.4.0
hooks:
# buildah-tests.diff is generated by 'git format-patch' and includes
# `buildah-tests.diff` is generated by 'git format-patch' and includes
# trailing whitespace as part of its format. We can work around that,
# but unfortunately the buildah repo has some files with tabs, which
# git-diff formats as '[+/-]<space><tab>', which these hooks choke on.
# Just disable checks on this diff file as a special case.
# `contrib/systemd/user` is a symlink but for some reason, on windows,
# pre-commit consider it as a regular file and tries to fix it.
# Just disable checks on these files as a special case.
- id: end-of-file-fixer
exclude: test/buildah-bud/buildah-tests.diff
exclude: test/buildah-bud/buildah-tests.diff|contrib/systemd/user
- id: trailing-whitespace
exclude: test/buildah-bud/buildah-tests.diff|test/e2e/quadlet/remap-keep-id2.container|test/e2e/quadlet/line-continuation-whitespace.container
- id: mixed-line-ending
Expand Down
Loading

0 comments on commit 7ff1494

Please sign in to comment.