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

missing_docs doesn't trigger for non-inherited properties/functions when using excludes_inherited_types acceptable-false-positive A false positive caused by a rule that is unavoidable due to missing type information bug
#5633 opened Jun 18, 2024 by bobbradley updated Jul 2, 2024
2 tasks done
Macro exclusion for line_length missing bug
#5648 opened Jun 30, 2024 by Craz1k0ek updated Jul 2, 2024
2 tasks done
Swift type checking using is good first issue rule-request
#5295 opened Oct 21, 2023 by inotetw updated Jul 1, 2024
unused_setter_value incorrectly gets triggered for an empty setter acceptable-false-positive A false positive caused by a rule that is unavoidable due to missing type information bug
#3863 opened Feb 24, 2022 by amomchilov updated Jun 30, 2024
2 tasks done
Falsepositive multiline_arguments repro-needed
#5645 opened Jun 29, 2024 by NikKovIos updated Jun 29, 2024
Rule Request: Ignore CodingKey enums in Nesting enhancement
#5641 opened Jun 24, 2024 by braker1nine updated Jun 29, 2024
2 tasks done
Excluded Pods not working and linting pods files even after adding it in excluded. integration Issues related to integration of SwiftLint into toolchains.
#5067 opened Jun 19, 2023 by bhavsang-prolius updated Jun 26, 2024
2 tasks done
SwiftLintCommandPlugin Unknown option '--target' integration Issues related to integration of SwiftLint into toolchains. repro-needed
#5603 opened May 24, 2024 by kostasniks updated Jun 25, 2024
Rule Request: [empty_catch] discussion
#5634 opened Jun 19, 2024 by 72A12F4E updated Jun 23, 2024
2 tasks done
void_function_in_ternary incorrectly triggered with if and switch expressions bug
#5611 opened May 29, 2024 by tristanSIF updated Jun 12, 2024
2 tasks done
Autocorrect for redundant_void_return can cause code breakage acceptable-false-positive A false positive caused by a rule that is unavoidable due to missing type information bug
#5609 opened May 28, 2024 by mikaryyn updated Jun 12, 2024
2 tasks done
Xcode 15 'Internal inconsistency error' when using as a Build Tool Plug-In integration Issues related to integration of SwiftLint into toolchains.
#5619 opened Jun 7, 2024 by mattcorey updated Jun 11, 2024
2 tasks done
Ignore .build folders by default discussion enhancement
#5604 opened May 25, 2024 by a7ex updated Jun 10, 2024
opening_brace now triggers on multiline if statements bug
#5602 opened May 23, 2024 by michaeleustace updated Jun 10, 2024
2 tasks done
No way to use --strict or --fix with the Xcode Build Plugin enhancement integration Issues related to integration of SwiftLint into toolchains.
#4786 opened Feb 27, 2023 by EthanTheInnovator updated Jun 10, 2024
2 tasks done
Rule Request: Prefer if and switch expressions rule-request
#5472 opened Feb 23, 2024 by SimplyDanny updated Jun 1, 2024
opening_brace fix is broken bug
#5598 opened May 21, 2024 by kapitoshka438 updated May 23, 2024
2 tasks done
trailing_closure rule disagrees with Swift 5.8 forward-scan matching acceptable-false-positive A false positive caused by a rule that is unavoidable due to missing type information bug
#5590 opened May 17, 2024 by defagos updated May 18, 2024
2 tasks done
ProTip! Exclude everything labeled bug with -label:bug.