Skip to content

Commit

Permalink
fix line length in known_issues.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark-Niemeyer committed Jul 18, 2024
1 parent cd8dee2 commit 602852a
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions docs/mkdocs/getting-started/known_issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,12 @@ For more details, refer to the

## [MacOS] False Positives by Check-Executables-Have-Shebangs

Due to a bug in Docker for MacOS non-executables get falsely reported as executables see
[pre-commit/pre-commit-hooks#528](https://github.com/pre-commit/pre-commit-hooks/issues/528) and the
corresponding upstream bug [docker/for-mac#5029](https://github.com/docker/for-mac/issues/5029).
The current workaround is to change the file system implementation to the noticably slower `osxfs`in the Docker Desktop
settings (both `VirtioFS` and `gRPC FUSE` have the bug in version `4.31.0`). If there are no other pre-commit violations
, commit without checks using `git commmit --no-verify -m "message"`.
Due to a bug in Docker for MacOS non-executables get falsely reported as
executables see
[pre-commit/pre-commit-hooks#528](https://github.com/pre-commit/pre-commit-hooks/issues/528)
and the corresponding upstream bug
[docker/for-mac#5029](https://github.com/docker/for-mac/issues/5029).
The current workaround is to change the file system implementation to the
noticably slower `osxfs`in the Docker Desktop settings (both `VirtioFS` and
`gRPC FUSE` have the bug in version `4.31.0`). If there are no other pre-commit
violations, commit without checks using `git commmit --no-verify -m "message"`.

0 comments on commit 602852a

Please sign in to comment.