Mark Eissler

Results 23 comments of Mark Eissler

Try [gvm2](https://github.com/markeissler/gvm2)...

All you should be doing to develop with Docker is to mount your project directory, as a volume, into the Docker container. You edit your files locally.

Well my Podfile has this already... ``` target :WonderAppTests, :exclusive => true do pod 'Specta', '~> 0.5' pod 'Expecta', '~> 0.3' pod 'OCMock', '~> 3.0' end ```

Maybe I'm missing something completely here but... Why are the proposed fixes centered around changing the `Gemfile.lock` file directly? That file is derived from specifications in the `Gemfile`. That would...

No problem. I'll see if I can dig into this a little more.

Any updates for this issue? I'm trying to use 0.13.4 with AppCode 2021.3.2, `swiftlint` is 0.45. I have a `.swiftlint.yml` file at the root of my SPM project. Running swiftlint...

I have since updated the plugin to 0.13.5 (the version posted in this thread). I also updated `swiftlint` to `0.46.1`. Then, I created a new inspections profile that disables everything...

Something that just occurred to me, if the plugin ends up calling `swiftlint` like this: ```bash /usr/local/Cellar/swiftlint/0.46.2/bin/swiftlint lint --no-cache --reporter csv --path /Users/mark/dev/Company/Project/Sources/App/Controllers/UsersController.swift ``` Then this plugin could never work...

All of your points are valid. I'm just trying to find some sort of workaround. I just tried your latest build from the post above. Same result. `swiftlint` is launched...

I guess I could try and learn enough kotlin to try and debug this.