Skip to content

add-lints#3356

Open
malik1004x wants to merge 48 commits into
devfrom
add-lints
Open

add-lints#3356
malik1004x wants to merge 48 commits into
devfrom
add-lints

Conversation

@malik1004x

Copy link
Copy Markdown
Contributor

Issue Number (if Applicable): Fixes #

Description

Please include a summary of the changes and which issue is fixed / feature is added.

Pull Request - Checklist

  • Initial Manual Tests Passed
  • Double check modified code and verify it with the feature/task requirements
  • Format code
  • Look for code duplication
  • Clear naming for variables and methods
  • Manual tests in accessibility mode (TalkBack on Android) passed

@malik1004x malik1004x marked this pull request as draft June 29, 2026 17:01
@malik1004x malik1004x marked this pull request as ready for review June 29, 2026 19:59

@OmarHatem28 OmarHatem28 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@MrCyjaneK please review it as well and see if anything I missed or can be improved

Comment thread analysis_options.yaml
@@ -1,4 +1,3 @@
include: package:lints/recommended.yaml

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe removing this does remove some important ones as well.
I verified with Claude, and it said some of them are not included in the list you added.
like:

  • null_check_on_nullable_type_parameter
  • null_closures
  • exhaustive_cases
  • depend_on_referenced_packages
  • no_wildcard_variable_uses
  • prefer_interpolation_to_compose_strings

those are the ones that I see would be good from the list claude gave, but feel free to add others if you see fit.

or I would say, since we already had lints/recommended.yaml, why not keep it?

@OmarHatem28 OmarHatem28 requested a review from MrCyjaneK July 6, 2026 00:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants