Plugin not producing any output in CI on version 0.56.0 and above #5787
Labels
bug
Unexpected and reproducible misbehavior.
integration
Issues related to integration of SwiftLint into toolchains.
New Issue Checklist
Bug Description
We have a GitHub action that runs when a pull request is opened/updated, which calls a script in our repository to run Swiftlint as a Swift package plugin. The script is located at
ios-live/GLA/GLA/Scripts/swiftlint_action.sh
, and it is called fromios-live/GLA
. It contains the following line:Our
swiftlint.yml
configuration file is located atios-live/GLA/GLA/.swiftlint.yml
.The contents of our Package.swift are as follows:
When 0.56.0 was released on 6th August, SwiftLint stopped working properly in CI and stopped producing any output. It doesn’t throw any errors, but just finishes with exit code 0, without any output after downloading all the dependencies:
We've tried the following things to resolve the problem:
swift package plugin swiftlint --strict --config GLA/.swiftlint.yml GLA/GLA
locally - on 0.55.1 this produces results, and on 0.56.0 (and upwards) there is no output.Environment
swiftlint.yml
The text was updated successfully, but these errors were encountered: