Skip to content
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

feat(lint): warn about simultaneous use of different data types in one variable #15

Open
gretmn102 opened this issue Sep 20, 2020 · 0 comments

Comments

@gretmn102
Copy link
Collaborator

gretmn102 commented Sep 20, 2020

Предупреждать при одновременном использовании разных типов данных в одной переменной (фишка, запрещенная в новой версии QSP 5.8)

Примеры ошибок

  • в одном месте item, в другом $item
  • в одном месте item[0], в другом $item[0]
  • в одном месте item["apple"], в другом $item["apple"]
@gretmn102 gretmn102 changed the title Deny arr and $arr are used simultaneously Deny arr[i] and $arr[i] are used simultaneously Sep 22, 2020
@gretmn102 gretmn102 changed the title Deny arr[i] and $arr[i] are used simultaneously Deny arr and $arr are used simultaneously Sep 22, 2020
@gretmn102 gretmn102 changed the title Deny arr and $arr are used simultaneously feat(lint): warn about simultaneous use of different data types in one variable Jul 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant