Andrew Cobb

Results 3 comments of Andrew Cobb

I am using the official docker image, and am seeing this as well. ``` $ docker run -it --rm ghcr.io/realm/swiftlint:5.5-latest bash root@e4247e3b52a1:/# cat - > sample.swift // sample.swift // swiftlint:disable...

Also, the problem seems to only be on the `5.5-latest` docker image, it works as expected in `latest` ``` $ docker run -it --rm ghcr.io/realm/swiftlint:latest bash root@a6deed98aecf:/# cat - >...

As another data point, I just got this working on an arm mac mini. SIP off, no codesigning, only change was in Makefile `TARGET=arm64-apple-macosx11.0`