-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Lint/vue completions #1780
Lint/vue completions #1780
Conversation
@NoahGorny Lint is failing If am using string in COMPREPLY the completions are breaking Also I am getting this error on the console after running "./lint_clean_files.sh"
Last but not the least the |
Do you have fix for it? When i read with |
Well @tbhaxor, you are correct. I opened #1791 to ignore this lint error, so just leave the line as it is, and run |
@NoahGorny I tried shfmt for multiple times (~10 times) but nothing is changed. Same formatting with spaces |
Try to update your PR with the latest master, and let me know if there is still a problem like this |
@NoahGorny I guess its ready to be merged with master |
Also move the shellcheck warnings to be on their respective line
9d703f0
to
70f0111
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have made some changes, mostly moved the shell ignore directive to be under each line that violates it, and remove the uneeded condition. @tbhaxor you are welcome to take a look, nice work 😄
Description
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist:
clean_files.txt
and formatted it usinglint_clean_files.sh
.