Skip to content

Conversation

@c0nst4ntin
Copy link
Collaborator

What:

  • Bug Fix
  • New Feature

Description:

This is a draft pull request utilizing the tokenization attempt in order to check for strings in the current files!
Currently I still see a set of problems with this attempt:

  1. This double-checks backend enum values
  2. Somehow regex has to be detected in order to avoid marking regex as a typo.
  3. array_map('some_php_function') will trigger a typo regarding the given php_function.

Related:

@c0nst4ntin
Copy link
Collaborator Author

c0nst4ntin commented Sep 9, 2025

@julio-cavallari What do you think about this attempt. Can you think of any other Problems arising from this method?
Do you think it is worth me exploring this a little bit further?

@c0nst4ntin c0nst4ntin added enhancement New feature or request help wanted Extra attention is needed labels Sep 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request help wanted Extra attention is needed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Checker]: Check for misspellings in content (not just definitions)

1 participant