Closed renovate[bot] closed 3 months ago
[!] Invalid Dangerfile
file: error: ["bin/periphery", "scan", "--project", "spec/support/fixtures/test.xcodeproj", "--schemes", "test", "--targets", "test", "--disable-update-check", "--quiet", "--format", "checkstyle"] exited with status code 1. error: This version of Periphery only supports Swift >= 5.9, you`re using swift-driver version: 1.75.2 Apple Swift version 5.8.1 (swiftlang-5.8.0.124.5 clang-1403.0.22.11.100)
Target: x86_64-apple-macosx13.0.
# from Dangerfile:8
# -------------------------------------------
# periphery.binary_path = 'bin/periphery'
> periphery.scan(project: 'spec/support/fixtures/test.xcodeproj', schemes: 'test', targets: 'test') do |violation|
# !violation.message.include?('unused')
# -------------------------------------------
Generated by :no_entry_sign: Danger
This PR contains the following updates:
1.65.0
->1.65.1
Release Notes
rubocop/rubocop (rubocop)
### [`v1.65.1`](https://togithub.com/rubocop/rubocop/blob/HEAD/CHANGELOG.md#1651-2024-08-01) [Compare Source](https://togithub.com/rubocop/rubocop/compare/v1.65.0...v1.65.1) ##### New features - [#13068](https://togithub.com/rubocop/rubocop/pull/13068): Add config validation to `Naming/PredicateName` to check that all `ForbiddenPrefixes` are being checked. (\[[@maxjacobson](https://togithub.com/maxjacobson)]\[]) ##### Bug fixes - [#13051](https://togithub.com/rubocop/rubocop/issues/13051): Fix an error for `Lint/FloatComparison` when comparing with rational literal. (\[[@koic](https://togithub.com/koic)]\[]) - [#13065](https://togithub.com/rubocop/rubocop/issues/13065): Fix an error for `Lint/UselessAssignment` when same name variables are assigned using chained assignment. (\[[@koic](https://togithub.com/koic)]\[]) - [#13062](https://togithub.com/rubocop/rubocop/pull/13062): Fix an error for `Style/InvertibleUnlessCondition` when using empty parenthesis as condition. (\[[@earlopain](https://togithub.com/earlopain)]\[]) - [#11438](https://togithub.com/rubocop/rubocop/issues/11438): Explicitly load `fileutils` before calculating `before_us`. (\[[@r7kamura](https://togithub.com/r7kamura)]\[]) - [#13044](https://togithub.com/rubocop/rubocop/issues/13044): Fix false negatives for `Lint/ImplicitStringConcatenation` when using adjacent string interpolation literals on the same line. (\[[@koic](https://togithub.com/koic)]\[]) - [#13083](https://togithub.com/rubocop/rubocop/pull/13083): Fix a false positive for `Style/GlobalStdStream` when using namespaced constants like `Foo::STDOUT`. (\[[@earlopain](https://togithub.com/earlopain)]\[]) - [#13081](https://togithub.com/rubocop/rubocop/pull/13081): Fix a false positive for `Style/ZeroLengthPredicate` when using safe navigation and non-zero comparison. (\[[@fatkodima](https://togithub.com/fatkodima)]\[]) - [#13041](https://togithub.com/rubocop/rubocop/issues/13041): Fix false positives for `Lint/UselessAssignment` when pattern match variable is assigned and used in a block. (\[[@koic](https://togithub.com/koic)]\[]) - [#13076](https://togithub.com/rubocop/rubocop/issues/13076): Fix an incorrect autocorrect for `Naming/RescuedExceptionsVariableName` when using hash value omission. (\[[@koic](https://togithub.com/koic)]\[])Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.