forked from realm/SwiftLint
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to latest version of SwiftLint #6
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
It should actually work without this config as long as the releaser is not a bot. However, the BCR publishing step wasn't triggered. So perhaps this config is required ... We'll see in the next round.
Bumps the bundler group with 1 update in the / directory: [rexml](https://github.com/ruby/rexml). Updates `rexml` from 3.3.3 to 3.3.6 - [Release notes](https://github.com/ruby/rexml/releases) - [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md) - [Commits](ruby/rexml@v3.3.3...v3.3.6) --- updated-dependencies: - dependency-name: rexml dependency-type: indirect dependency-group: bundler ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…ements and types (realm#5521) Co-authored-by: Danny Mösch <[email protected]>
This is the version of the file that was used to add 0.56.2 to BCR.
Co-authored-by: Danny Mösch <[email protected]>
Co-authored-by: Danny Mösch <[email protected]>
Co-authored-by: Danny Mösch <[email protected]>
* `InferSendableFromCaptures` * `GlobalActorIsolatedTypesUsability`
* origin/main: (424 commits) Add new `opaque_over_existential` rule (realm#5915) Exclude `@Suite` types and `@Test` functions from `no_magic_numbers` analysis (realm#5968) Move `--only-rule` option to common arguments (realm#5981) Restrict permissions of remaining workflows (realm#5997) Restrict workflow permissions (realm#5996) Delete branch after merge Ensure that content is complete using an awaitable stream (realm#5986) Enable upcoming features improving concurrency checking (realm#5994) Fix some typos (realm#5993) Update contribution manual (realm#5992) Fix linting issues in README (realm#5991) Update Docker image used in testing Add job to lint workflow files (realm#5989) Automatically merge release branch upon publishing a release Parallelize file grouping (realm#5983) Verify that severity can be configured per rule (realm#5985) Consider composed inherited types (realm#5984) Avoid reading files before checking the cache (realm#5973) Parallelize SwiftLintFile construction for a modest speedup (realm#5967) Move more build steps into Makefile (realm#5975) ...
Killectro
approved these changes
Feb 14, 2025
Failed CI run: https://github.com/Whatnot-Inc/SwiftLint/actions/runs/13337551312/job/37255970465?pr=6 Errors: ``` SwiftLint/Source/SwiftLintBuiltInRules/Rules/Whatnot/TextConcatenationRule.swift:54:62: error: Opaque Over Existential Parameter Violation: Prefer opaque over existential type in function _existential) SwiftLint/Source/SwiftLintBuiltInRules/Rules/Whatnot/TextConcatenationRule.swift:23:17: error: Trailing Comma Violation: Multi-line collection literals should have trailing commas (trailing_comma) SwiftLint/Source/SwiftLintBuiltInRules/Rules/Whatnot/TextConcatenationRule.swift:38:14: error: Trailing Comma Violation: Multi-line collection literals should have trailing commas (trailing_comma) SwiftLint/Source/SwiftLintBuiltInRules/Rules/Whatnot/JSONDecodingRule.swift:30:17: error: Trailing Comma Violation: Multi-line collection literals should have trailing commas (trailing_comma) SwiftLint/Source/SwiftLintBuiltInRules/Rules/Whatnot/JSONDecodingRule.swift:42:17: error: Trailing Comma Violation: Multi-line collection literals should have trailing commas (trailing_comma) SwiftLint/Source/SwiftLintBuiltInRules/Rules/Whatnot/NavigationTitleRule.swift:27:17: error: Trailing Comma Violation: Multi-line collection literals should have trailing commas (trailing_comma) SwiftLint/Source/SwiftLintBuiltInRules/Rules/Whatnot/NavigationTitleRule.swift:44:17: error: Trailing Comma Violation: Multi-line collection literals should have trailing commas (trailing_comma) SwiftLint/Source/SwiftLintBuiltInRules/Rules/Whatnot/LocaleOverrideRule.swift:15:52: error: Trailing Comma Violation: Multi-line collection literals should have trailing commas (trailing_comma) SwiftLint/Source/SwiftLintBuiltInRules/Rules/Whatnot/LocaleOverrideRule.swift:29:17: error: Trailing Comma Violation: Multi-line collection literals should have trailing commas (trailing_comma) SwiftLint/Source/SwiftLintBuiltInRules/Rules/Whatnot/TextLocalizationRule.swift:22:17: error: Trailing Comma Violation: Multi-line collection literals should have trailing commas (trailing_comma) SwiftLint/Source/SwiftLintBuiltInRules/Rules/Whatnot/TextLocalizationRule.swift:35:50: error: Trailing Comma Violation: Multi-line collection literals should have trailing commas (trailing_comma) SwiftLint/Source/SwiftLintBuiltInRules/Rules/Whatnot/StringLocalizationCorrectArgumentsRule.swift:34:17: error: Trailing Comma Violation: Multi-line collection literals should have trailing ) SwiftLint/Source/SwiftLintBuiltInRules/Rules/Whatnot/StringLocalizationCorrectArgumentsRule.swift:92:17: error: Trailing Comma Violation: Multi-line collection literals should have trailing commas (trailing_comma) ```
kelan
added a commit
that referenced
this pull request
Feb 14, 2025
* main: Update to latest version of SwiftLint (#6)
Closed
For the record, I force-pushed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pull in the latest from the origin repo