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

mup2argmap.lua: lint warning: This variable has explicitly defined as table. Cannot convert its type to string|table. #18

Open
s6mike opened this issue Jul 2, 2022 · 1 comment
Labels
fixed in branch Fixed in branch but not master invalid This doesn't seem right

Comments

@s6mike
Copy link
Owner

s6mike commented Jul 2, 2022

line 57: reasons = parse_reasons(items["ideas"], note)

@s6mike s6mike added the invalid This doesn't seem right label Jul 2, 2022
@s6mike s6mike added the fixed in branch Fixed in branch but not master label Feb 10, 2023
@s6mike
Copy link
Owner Author

s6mike commented Feb 10, 2023

Fixed in v20.0.2. Seemed that correct function wasn't being referenced, so presumably it was referencing one from the wrong lua script.

@s6mike s6mike closed this as completed Feb 10, 2023
@s6mike s6mike reopened this Feb 10, 2023
s6mike added a commit that referenced this issue Feb 10, 2023
- `src/lua`: Fix #18 and other lint errors,
mainly by making functions local or adding them to an object.
s6mike added a commit that referenced this issue Feb 10, 2023
- `src/lua`: Fix #18 and other lint errors,
mainly by making functions local or adding them to an object.
  - For #18, seemed that correct function wasn't being referenced, so presumably it was referencing one from the wrong lua script.
s6mike added a commit that referenced this issue Feb 10, 2023
- `src/lua`: Fix #18 and other lint errors,
mainly by making functions local or adding them to an object.
  - For #18, seemed that correct function wasn't being referenced, so presumably it was referencing one from the wrong lua script.
s6mike added a commit that referenced this issue Feb 10, 2023
- `src/lua`: Fix #18 and other lint errors,
mainly by making functions local or adding them to an object.
  - For #18, seemed that correct function wasn't being referenced, so presumably it was referencing one from the wrong lua script.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fixed in branch Fixed in branch but not master invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

1 participant