-
Notifications
You must be signed in to change notification settings - Fork 187
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
starlark format linting #2023
starlark format linting #2023
Conversation
Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes. |
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.
Hopefully it just re-formatted .drone.star
without injecting or taking away anything :)
https://drone.owncloud.com/owncloud/ocis/4932 That is not a very helpful message - no clue about the line number... My guess is that there was some single-quoted string that had double-quotes literally in the string. Now the string are surrounded by double-quotes, and literal double-quotes will need to be escaped. Or some other random thing! |
My changes are in these commits:
and this commit was to fix the invalid starlark, causing the cryptic drone error: |
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.
LGTM now. CI got a "random" error in one of the UI test pipelines. I cancelled and restarted it.
Kudos, SonarCloud Quality Gate passed! |
Description
Add pipeline to ensure that .drone.star is properly formatted.
Format the .drone.start in order to pass the new CI step.