Skip to content

Issues: realm/SwiftLint

Beta
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

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

False positive on duplicate_imports rule
#6060 opened Apr 23, 2025 by aleksanderlorenc-lw
2 tasks done
custom_rules violations are not reported in a deterministic order enhancement Ideas for improvements of existing features and rules.
#6058 opened Apr 22, 2025 by mildm8nnered
2 tasks done
Where is the cache stored? help Questions or user problems that require more explanation rather than code changes.
#6055 opened Apr 17, 2025 by JosephDuffy
class_delegate_protocol warning triggered by the Actor protocol enhancement Ideas for improvements of existing features and rules. good first issue Issue to be taken up by new contributors yet unfamiliar with the project.
#6054 opened Apr 16, 2025 by bagofstars
SwiftLint format with Swift 6.1 trailing commas feature changes closing parenthesis indentation bug Unexpected and reproducible misbehavior.
#6053 opened Apr 15, 2025 by ebgraham
2 tasks done
swiftlint crashes due to duplicate keys in configuration bug Unexpected and reproducible misbehavior.
#6052 opened Apr 15, 2025 by dimlio
2 tasks done
Rule Request: invisible_characters rule-request Requests for a new rules.
#6045 opened Apr 4, 2025 by kapitoshka438
2 tasks done
Rule Request: Condition list instead of boolean && rule-request Requests for a new rules.
#6039 opened Mar 30, 2025 by SimplyDanny
Script input files are much slower then explicit passing the paths discussion Topics that cannot be categorized as bugs or enhancements yet. They require further discussions. integration Issues related to integration of SwiftLint into toolchains.
#6031 opened Mar 22, 2025 by Ernest0-Production
2 tasks done
OnlyRule not work with custom_rules enhancement Ideas for improvements of existing features and rules.
#6029 opened Mar 22, 2025 by Ernest0-Production
2 tasks done
async_without_await triggers on methods which are marked with @MainActor discussion Topics that cannot be categorized as bugs or enhancements yet. They require further discussions. resolved Issues that are resolved from a maintainer's point of view. They can be just closed after a while.
#6013 opened Mar 6, 2025 by Heckscheibe
2 tasks done
Create an official repository for SwiftLintPlugins discussion Topics that cannot be categorized as bugs or enhancements yet. They require further discussions. integration Issues related to integration of SwiftLint into toolchains.
#6008 opened Feb 22, 2025 by connor-ricks
2 tasks done
Ignore closure_end_indentation with empty closure bug Unexpected and reproducible misbehavior.
#6005 opened Feb 20, 2025 by 417-72KI
2 tasks done
Rule to check for Swift 5-mode-incompatible API rule-request Requests for a new rules.
#5987 opened Feb 1, 2025 by mattmassicotte
2 tasks done
Show a opt-in warning for undocumented open / public code blocks help Questions or user problems that require more explanation rather than code changes.
#5974 opened Jan 20, 2025 by CodebyCR
2 tasks done
prefer_key_path in 0.58.0 warns if {$0} instead of (\.self) for SwiftPM using Swift 5 help Questions or user problems that require more explanation rather than code changes. integration Issues related to integration of SwiftLint into toolchains.
#5965 opened Jan 15, 2025 by rgoldberg
2 tasks done
Rule Request: Prefer using Asset Symbols rule-request Requests for a new rules.
#5939 opened Jan 6, 2025 by 417-72KI
2 tasks done
number_separator: allow ignoring certain types of numbers discussion Topics that cannot be categorized as bugs or enhancements yet. They require further discussions.
#5932 opened Jan 2, 2025 by rgoldberg
2 tasks done
one_declaration_per_file: ignore declarations less visible than a specified access level enhancement Ideas for improvements of existing features and rules.
#5931 opened Jan 2, 2025 by rgoldberg
2 tasks done
opening_braces allows some multiline if statements, others get flagged discussion Topics that cannot be categorized as bugs or enhancements yet. They require further discussions. enhancement Ideas for improvements of existing features and rules.
#5923 opened Dec 28, 2024 by dhoerl-lp
2 tasks done
False positive for prefer_self_in_static_references when an inner struct has the same name as its owner acceptable-false-positive False positives caused by rules that are unavoidable due to missing type information. bug Unexpected and reproducible misbehavior.
#5917 opened Dec 27, 2024 by mildm8nnered
2 tasks done
Add coverage statistics enhancement Ideas for improvements of existing features and rules.
#5906 opened Dec 22, 2024 by mildm8nnered
2 tasks done
ProTip! Exclude everything labeled bug with -label:bug.