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

Incorrect usage of CreateObject for component usage #61

Open
TwitchBronBron opened this issue Apr 13, 2022 · 0 comments
Open

Incorrect usage of CreateObject for component usage #61

TwitchBronBron opened this issue Apr 13, 2022 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed

Comments

@TwitchBronBron
Copy link
Member

It appears that the LINT4002 bslint rule incorrectly scans for the component name anywhere in the CreateObject call. Instead, it should only look for them directly following a "roSGNode".

<?xml version="1.0" encoding="utf-8" ?>
<component name="Parent" extends="Group">
</component>
? createObject("Parent") 'bslint should NOT consider this valid usage of the `Parent` component
? createObject("roSGNode", "Parent") ' THIS is the proper usage of `Parent` component 
@TwitchBronBron TwitchBronBron added bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed labels Jun 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant