Skip to content

Issues: realm/SwiftLint

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

control_statement asks to illegally unwrap guard.
#5846 opened Oct 31, 2024 by lhunath
2 tasks done
optional_data_string_conversion throws error discussion Topics that cannot be categorized as bugs or enhancements yet. They require further discussions.
#5845 opened Oct 31, 2024 by HHuckebein
superfluous_else false positive when using if #available(…) else to avoid deprecation warning bug Unexpected and reproducible misbehavior. good first issue Issue to be taken up by new contributors yet unfamiliar with the project. swift-compiler An issue caused by a shortcoming in the Swift compiler.
#5833 opened Oct 21, 2024 by rgoldberg
2 tasks done
prefer_key_path: false error and auto correct for static members acceptable-false-positive False positives caused by rules that are unavoidable due to missing type information. bug Unexpected and reproducible misbehavior.
#5831 opened Oct 20, 2024 by Nef10
2 tasks done
Rule Request: Avoid multiple statements on a single line separated with semicolons good first issue Issue to be taken up by new contributors yet unfamiliar with the project. rule-request Requests for a new rules.
#5829 opened Oct 18, 2024 by SimplyDanny
SwiftPlugins setup doesn't work when specifying "clonedSourcePackagesDirPath" in xcodebuild documentation Issues related to documentation, either from the tooling side or content-wise. good first issue Issue to be taken up by new contributors yet unfamiliar with the project.
#5821 opened Oct 8, 2024 by grzegorzkrukowski
Add a static check option for identifier_name enhancement Ideas for improvements of existing features and rules.
#5807 opened Sep 23, 2024 by inotetw
Allow @TestState properties be declared inside describe and context 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.
#5803 opened Sep 20, 2024 by kasrababaei
2 tasks done
function_default_parameter_at_end should not trigger for isolated parameter. 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.
#5793 opened Sep 13, 2024 by Supereg
2 tasks done
optional_string_data_conversion's Data -> String rule should be optional discussion Topics that cannot be categorized as bugs or enhancements yet. They require further discussions.
#5785 opened Sep 9, 2024 by jshier
2 tasks done
Use integer environment variables in .swiftlint.yml file question Question or doubts that needs discussion and clarification. Can become a bug or proposal.
#5774 opened Aug 28, 2024 by EGOR-art-cell
Create custom rule for .multilineTextAlignment for Text help Questions or user problems that require more explanation rather than code changes.
#5771 opened Aug 26, 2024 by MaksimBezdrobnoi
Custom Rule shows warning message on incorrect line number help Questions or user problems that require more explanation rather than code changes.
#5766 opened Aug 22, 2024 by prabindatta
2 tasks done
file_types_order stopped working with partial order set repro-needed Issues that cannot be reproduced or miss proper descriptive examples.
#5755 opened Aug 18, 2024 by username0x0a
2 tasks done
"no_empty_block" causes default functions in protocols to be detected discussion Topics that cannot be categorized as bugs or enhancements yet. They require further discussions.
#5749 opened Aug 12, 2024 by inotetw
2 tasks done
unused-parameter rule should not trigger on parameters used for their type discussion Topics that cannot be categorized as bugs or enhancements yet. They require further discussions.
#5742 opened Aug 8, 2024 by sindresorhus
2 tasks done
unused-parameter: Support configuring parameter names to ignore 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.
#5741 opened Aug 8, 2024 by sindresorhus
2 tasks done
unused-parameter rule should not trigger on binding closure parameter bug Unexpected and reproducible misbehavior.
#5740 opened Aug 8, 2024 by sindresorhus
2 tasks done
Substitution support in custom rules enhancement Ideas for improvements of existing features and rules.
#5728 opened Aug 5, 2024 by dankinsoid
Unintuitive behavior for parent and child configurations w.r.t. implicit overwrites discussion Topics that cannot be categorized as bugs or enhancements yet. They require further discussions. enhancement Ideas for improvements of existing features and rules.
#5724 opened Aug 3, 2024 by SimplyDanny
The superfluous_disable_command rule should report disabled rules too enhancement Ideas for improvements of existing features and rules. rule-request Requests for a new rules.
#5715 opened Jul 30, 2024 by revolter
2 tasks done
Rule Request: Add Class Prefix Rule rule-request Requests for a new rules.
#5714 opened Jul 30, 2024 by inotetw
1 task
Rule Request: SwiftUI: Prefer scaledToFit()/scaledToFill() over aspectRatio(contentMode:) good first issue Issue to be taken up by new contributors yet unfamiliar with the project. rule-request Requests for a new rules.
#5713 opened Jul 29, 2024 by CraigSiemens
2 tasks done
ProTip! Adding no:label will show everything without a label.